We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a3b56 commit ead7f08Copy full SHA for ead7f08
1 file changed
core/ui/src/main/java/com/yapp/ndgl/core/ui/theme/Typography.kt
@@ -76,6 +76,12 @@ data class NDGLTypography(
76
fontSize = 18.sp,
77
),
78
79
+ val subtitleSmSemiBold: TextStyle = TextStyle(
80
+ fontFamily = Pretendard,
81
+ fontWeight = FontWeight.SemiBold,
82
+ fontSize = 16.sp,
83
+ ),
84
+
85
val bodyLgSemiBold: TextStyle = TextStyle(
86
fontFamily = Pretendard,
87
fontWeight = FontWeight.SemiBold,
0 commit comments