Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-26 11:03:16 +01:00
parent 88f7205293
commit f9f2ac60d0
8 changed files with 221 additions and 116 deletions

View file

@ -114,6 +114,18 @@ class TangemTypography2 internal constructor(
),
)
val headingSemibold22: TextStyle = TextStyle(
fontFamily = fontFamily,
fontSize = 22.sp,
fontWeight = FontWeight.SemiBold,
letterSpacing = TextUnit(value = 0.38f, type = TextUnitType.Sp),
lineHeight = TextUnit(value = 28f, type = TextUnitType.Sp),
lineHeightStyle = LineHeightStyle(
alignment = LineHeightStyle.Alignment.Center,
trim = LineHeightStyle.Trim.None,
),
)
val headingRegular20: TextStyle = TextStyle(
fontFamily = fontFamily,
fontSize = 20.sp,