We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58edb20 commit 0959d23Copy full SHA for 0959d23
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