Outline buttons: font weight
This commit is contained in:
parent
01994ced71
commit
c1595669f0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ object ElementTextStyles {
|
||||||
|
|
||||||
val Button = TextStyle(
|
val Button = TextStyle(
|
||||||
fontSize = 16.sp,
|
fontSize = 16.sp,
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Medium,
|
||||||
lineHeight = 22.sp,
|
lineHeight = 22.sp,
|
||||||
fontStyle = FontStyle.Normal,
|
fontStyle = FontStyle.Normal,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue