Skip to content

Commit 8edf0ee

Browse files
committed
Chore: 폰트 디자인 시스템 수정
1 parent 02f7973 commit 8edf0ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/designsystem/src/main/java/com/threegap/bitnagil/designsystem/typography

core/designsystem/src/main/java/com/threegap/bitnagil/designsystem/typography/Type.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class BitnagilTypography internal constructor(
9797
private val _cafe24SsurroundAir: BitnagilTextStyle = BitnagilTextStyle(
9898
fontFamily = cafe24SsurroundAir,
9999
fontWeight = FontWeight.Light,
100-
fontSize = 24,
101-
lineHeight = 36,
100+
fontSize = 20,
101+
lineHeight = 30,
102102
letterSpacing = (-0.5f),
103103
),
104104
) {

0 commit comments

Comments
 (0)