Skip to content

Commit 0959d23

Browse files
committed
chore(chat): set date separator to caption textstyle
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 58edb20 commit 0959d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/getcode/ui/components

app/src/main/java/com/getcode/ui/components/Pill.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fun Pill(
2020
backgroundColor: Color = Black50,
2121
contentColor: Color = Color.White,
2222
text: String,
23-
textStyle: TextStyle = CodeTheme.typography.body2
23+
textStyle: TextStyle = CodeTheme.typography.caption
2424
) {
2525
Row(
2626
modifier = modifier

0 commit comments

Comments
 (0)