Skip to content

Commit c648cfb

Browse files
authored
Add files via upload (#144)
1 parent 003ba03 commit c648cfb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • app/src/main/java/me/bmax/apatch/ui/screen

app/src/main/java/me/bmax/apatch/ui/screen/APM.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,9 @@ private fun ModuleItem(
17931793
}
17941794
} else {
17951795
Surface(
1796-
modifier = modifier.then(clickModifier),
1796+
modifier = modifier
1797+
.clip(cardShape)
1798+
.then(clickModifier),
17971799
shape = cardShape,
17981800
color = cardColor,
17991801
tonalElevation = 0.dp

0 commit comments

Comments
 (0)