Skip to content

Commit 3c8c2ec

Browse files
authored
Merge pull request #163 from code-payments/chore/reduce-chat-date-sepatator-textstyle
chore(chat): set date separator to caption textstyle
2 parents 5f02a90 + 0959d23 commit 3c8c2ec

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)