Skip to content

Commit 78b4cb9

Browse files
committed
fix: dropShadow 모양 수정
1 parent deba8bd commit 78b4cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/flint/presentation/collectiondetail/component/CollectionFileItem.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ private fun CollectionFileContent(
106106
CollectionPocketItem(
107107
imageUrl = poster2Url,
108108
modifier = Modifier.dropShadow(
109-
shape = CircleShape,
110-
color = Color(0xFF000000).copy(alpha = 0.30f),
109+
shape = RoundedCornerShape(12.dp),
110+
color = Color(0xFF000000).copy(alpha = 0.35f),
111111
offsetX = (-4).dp,
112112
offsetY = 0.dp,
113113
blur = 10.dp,

0 commit comments

Comments
 (0)