Skip to content

Commit bf826ac

Browse files
committed
Fix ugly double card background in dark mode
1 parent 12cc4f6 commit bf826ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/net/opatry/speedrun/emea/ui/home/component/FavoriteCollectionComponent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ fun FavoriteCollections(collections: List<MySootheCollection>, modifier: Modifie
9696
private fun CollectionCard(name: String, picture: Painter, modifier: Modifier = Modifier) {
9797
Card(
9898
modifier,
99+
elevation = 0.dp,
99100
shape = MaterialTheme.shapes.small
100101
) {
101102
Row(

0 commit comments

Comments
 (0)