Skip to content

Commit

Permalink
refactor :: 폰트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Jan 1, 2025
1 parent 47f7fbf commit 10491bf
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,13 @@ object DmsTypography {
fontWeight = FontWeight.Bold,
color = DmsTheme.colors.onBackground,
)

val Button4
@Composable get() = TextStyle(
fontFamily = pretendardFamily(),
fontSize = 10.sp,
fontWeight = FontWeight.Bold,
lineHeight = 16.sp,
color = DmsTheme.colors.onBackground,
)
}

0 comments on commit 10491bf

Please sign in to comment.