Skip to content

Commit ead7f08

Browse files
committed
[NDGL-49] chore: subtitleSmSemiBold 추가
1 parent b4a3b56 commit ead7f08

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

core/ui/src/main/java/com/yapp/ndgl/core/ui/theme/Typography.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ data class NDGLTypography(
7676
fontSize = 18.sp,
7777
),
7878

79+
val subtitleSmSemiBold: TextStyle = TextStyle(
80+
fontFamily = Pretendard,
81+
fontWeight = FontWeight.SemiBold,
82+
fontSize = 16.sp,
83+
),
84+
7985
val bodyLgSemiBold: TextStyle = TextStyle(
8086
fontFamily = Pretendard,
8187
fontWeight = FontWeight.SemiBold,

0 commit comments

Comments
 (0)