We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f7973 commit 8edf0eeCopy full SHA for 8edf0ee
1 file changed
core/designsystem/src/main/java/com/threegap/bitnagil/designsystem/typography/Type.kt
@@ -97,8 +97,8 @@ class BitnagilTypography internal constructor(
97
private val _cafe24SsurroundAir: BitnagilTextStyle = BitnagilTextStyle(
98
fontFamily = cafe24SsurroundAir,
99
fontWeight = FontWeight.Light,
100
- fontSize = 24,
101
- lineHeight = 36,
+ fontSize = 20,
+ lineHeight = 30,
102
letterSpacing = (-0.5f),
103
),
104
) {
0 commit comments