Skip to content

Commit a5971a2

Browse files
committed
FIX: 제보 이미지 표시 방식을 ContentScale.Crop으로 통일
1 parent 4c5ffd2 commit a5971a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • presentation/src/main/java/com/threegap/bitnagil/presentation/reporthistory/component/block

presentation/src/main/java/com/threegap/bitnagil/presentation/reporthistory/component/block/ReportHistoryItem.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import androidx.compose.runtime.Composable
1717
import androidx.compose.ui.Alignment
1818
import androidx.compose.ui.Modifier
1919
import androidx.compose.ui.draw.clip
20+
import androidx.compose.ui.layout.ContentScale
2021
import androidx.compose.ui.platform.LocalContext
2122
import androidx.compose.ui.tooling.preview.Preview
2223
import androidx.compose.ui.unit.dp
@@ -83,6 +84,7 @@ fun ReportHistoryItem(
8384
.size(74.dp)
8485
.clip(shape = RoundedCornerShape(9.dp))
8586
.background(color = BitnagilTheme.colors.black),
87+
contentScale = ContentScale.Crop,
8688
contentDescription = null,
8789
)
8890
}

0 commit comments

Comments
 (0)