We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246301f commit 3901edaCopy full SHA for 3901eda
1 file changed
app/src/main/java/com/getcode/ui/components/Badge.kt
@@ -27,7 +27,7 @@ fun Badge(
27
text = text,
28
color = contentColor,
29
style = CodeTheme.typography.body1.copy(fontWeight = FontWeight.W700),
30
- modifier = modifier.circleBackground(color = color, padding = CodeTheme.dimens.grid.x1)
+ modifier = modifier.circleBackground(color = color, padding = CodeTheme.dimens.staticGrid.x1)
31
)
32
}
33
0 commit comments