Skip to content

Commit a53f24b

Browse files
RafaGonPGermanIfeelDev
authored andcommitted
added h3 semibold recoleta to HeadlineTextStyle
1 parent 092a016 commit a53f24b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

components/src/main/java/com/ifeel/components/ui/theme/text/HeadlineTextStyle.kt

+15
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,21 @@ sealed class HeadlineTextStyle(
9999
lineHeight = 28.sp
100100
)
101101

102+
/**
103+
* @property color [color_text_600].
104+
* @property fontSize 24sp.
105+
* @property lineHeight 28sp.
106+
* @property fontWeight [FontWeight.Medium].
107+
* @property fontFamily [recoletaFontFamily].
108+
*/
109+
data object H3SemiboldRecoleta : HeadlineTextStyle(
110+
color = color_text_600,
111+
fontWeight = FontWeight.SemiBold,
112+
fontSize = 24.sp,
113+
fontFamily = recoletaFontFamily,
114+
lineHeight = 32.sp
115+
)
116+
102117
/**
103118
* @property color [color_text_600].
104119
* @property fontSize 18sp.

0 commit comments

Comments
 (0)