We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003ba03 commit c648cfbCopy full SHA for c648cfb
1 file changed
app/src/main/java/me/bmax/apatch/ui/screen/APM.kt
@@ -1793,7 +1793,9 @@ private fun ModuleItem(
1793
}
1794
} else {
1795
Surface(
1796
- modifier = modifier.then(clickModifier),
+ modifier = modifier
1797
+ .clip(cardShape)
1798
+ .then(clickModifier),
1799
shape = cardShape,
1800
color = cardColor,
1801
tonalElevation = 0.dp
0 commit comments