Skip to content

Commit

Permalink
Merge pull request #118 from Team-Ampersand/develop
Browse files Browse the repository at this point in the history
1.0.19 업데이트
  • Loading branch information
Hyeonseo4799 authored Sep 21, 2023
2 parents 342c9e4 + 62d9b29 commit 51afb9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object DotoriTypography {
fontFamily = suitFont,
fontSize = 16.sp,
fontWeight = FontWeight.Medium,
lineHeight = 1.5f.sp
lineHeight = (16 * 1.5f).sp
)

@Stable
Expand All @@ -96,4 +96,4 @@ object DotoriTypography {
)
}

internal val LocalTypography = staticCompositionLocalOf { DotoriTypography }
internal val LocalTypography = staticCompositionLocalOf { DotoriTypography }

0 comments on commit 51afb9f

Please sign in to comment.