Use MaterialTheme.shapes in more places

This commit is contained in:
arkon
2022-10-28 16:18:05 -04:00
parent 87391832ba
commit 401134fa8e
10 changed files with 13 additions and 21 deletions
@@ -225,7 +225,7 @@ private fun GridItemSelectable(
) {
Box(
modifier = modifier
.clip(RoundedCornerShape(8.dp))
.clip(MaterialTheme.shapes.small)
.combinedClickable(
onClick = onClick,
onLongClick = onLongClick,