We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deba8bd commit 78b4cb9Copy full SHA for 78b4cb9
app/src/main/java/com/flint/presentation/collectiondetail/component/CollectionFileItem.kt
@@ -106,8 +106,8 @@ private fun CollectionFileContent(
106
CollectionPocketItem(
107
imageUrl = poster2Url,
108
modifier = Modifier.dropShadow(
109
- shape = CircleShape,
110
- color = Color(0xFF000000).copy(alpha = 0.30f),
+ shape = RoundedCornerShape(12.dp),
+ color = Color(0xFF000000).copy(alpha = 0.35f),
111
offsetX = (-4).dp,
112
offsetY = 0.dp,
113
blur = 10.dp,
0 commit comments