Skip to content

Commit

Permalink
UI: Reduce size of titleSmall type style
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jan 16, 2023
1 parent c0149e5 commit 61cac54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ val PadawanTypography = Typography(
titleSmall = TextStyle(
fontFamily = Outfit,
fontWeight = FontWeight.SemiBold,
fontSize = 20.sp,
fontSize = 18.sp,
lineHeight = 28.sp
),

Expand Down

0 comments on commit 61cac54

Please sign in to comment.