Increased text size for keyboard buttons

This commit is contained in:
Sad Ellie 2022-07-20 22:42:01 +03:00
parent 4bd1b6b90e
commit 323f474250

View File

@ -44,8 +44,8 @@ val NumbersTextStyleDisplayLarge = TextStyle(
val NumbersTextStyleTitleLarge = TextStyle( val NumbersTextStyleTitleLarge = TextStyle(
fontFamily = FontFamily(Font(R.font.lato_regular, weight = FontWeight.W700)), fontFamily = FontFamily(Font(R.font.lato_regular, weight = FontWeight.W700)),
fontWeight = FontWeight.W400, fontWeight = FontWeight.W400,
fontSize = 22.sp, fontSize = 26.sp,
lineHeight = 28.sp, lineHeight = 32.sp,
letterSpacing = 0.sp, letterSpacing = 0.sp,
) )