Skip to content

Commit

Permalink
Make collections in CollectionsList clickable again (#1075)
Browse files Browse the repository at this point in the history
CollectionsList: use modifier again
  • Loading branch information
rfc2822 authored Oct 15, 2024
1 parent a0d152a commit 930977c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ fun CollectionList_Item(
ElevatedCard(
colors = CardDefaults.elevatedCardColors(
containerColor = MaterialTheme.colorScheme.surfaceContainer
)
),
modifier = modifier
) {
Row(Modifier.height(IntrinsicSize.Max)) {
Box(
Expand Down

0 comments on commit 930977c

Please sign in to comment.