Skip to content

Commit

Permalink
✨ 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
answad committed Jun 15, 2024
1 parent fc281b1 commit 50baa58
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ val pretendard = FontFamily(
)

val JDSTypography = Typography(
labelSmall = TextStyle(
labelSmall = TextStyle( // Sub Title
fontSize = 18.sp,
fontFamily = pretendard,
fontWeight = FontWeight.SemiBold,
lineHeight = 27.sp,
textAlign = TextAlign.Center
),

titleLarge = TextStyle(
fontSize = 48.sp,
fontFamily = pretendard,
Expand Down Expand Up @@ -72,12 +71,5 @@ val JDSTypography = Typography(
lineHeight = 18.sp,
fontWeight = FontWeight.Normal,
textAlign = TextAlign.Center,
),
labelSmall = TextStyle( // Sub Title
fontSize = 18.sp,
fontFamily = pretendard,
lineHeight = 27.sp,
fontWeight = FontWeight.SemiBold,
textAlign = TextAlign.Center,
),
)
)

0 comments on commit 50baa58

Please sign in to comment.