Skip to content

Commit

Permalink
Merge pull request #117 from Team-Ampersand/fix/116_modify_body1_line…
Browse files Browse the repository at this point in the history
…_height

🔀 :: (#116) modify body1 line height
  • Loading branch information
Hyeonseo4799 authored Sep 21, 2023
2 parents 362ee2b + 2072652 commit 62d9b29
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 62d9b29

Please sign in to comment.