Skip to content

Commit 3fcb5fd

Browse files
authored
Merge pull request #169 from code-payments/chore/type-button
chore: drop button style to 14.sp
2 parents 10c60f2 + 506b67c commit 3fcb5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/getcode/theme

app/src/main/java/com/getcode/theme/Type.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ internal val typography = Typography(
9696
),
9797
button = TextStyle(
9898
fontFamily = Avenir,
99-
fontSize = 16.sp,
99+
fontSize = 14.sp,
100100
fontWeight = FontWeight.SemiBold,
101101
lineHeight = 16.sp,
102102
textAlign = TextAlign.Center

0 commit comments

Comments
 (0)