Outline buttons: font weight

This commit is contained in:
Chris Smith
2023-06-01 10:13:30 +01:00
parent 01994ced71
commit c1595669f0

View File

@@ -27,7 +27,7 @@ object ElementTextStyles {
val Button = TextStyle(
fontSize = 16.sp,
fontWeight = FontWeight.Bold,
fontWeight = FontWeight.Medium,
lineHeight = 22.sp,
fontStyle = FontStyle.Normal,
textAlign = TextAlign.Center,