Outline buttons: font weight

This commit is contained in:
Chris Smith 2023-06-01 10:13:30 +01:00
parent 27f9470708
commit 9874a01fc5

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,