We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f02a90 + 0959d23 commit 3c8c2ecCopy full SHA for 3c8c2ec
1 file changed
app/src/main/java/com/getcode/ui/components/Pill.kt
@@ -20,7 +20,7 @@ fun Pill(
20
backgroundColor: Color = Black50,
21
contentColor: Color = Color.White,
22
text: String,
23
- textStyle: TextStyle = CodeTheme.typography.body2
+ textStyle: TextStyle = CodeTheme.typography.caption
24
) {
25
Row(
26
modifier = modifier
0 commit comments