Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-15 16:10:29 +03:00
parent a67518573f
commit c48f149b45

View file

@ -176,6 +176,7 @@ private fun StoriesTitleText(text: String, isDarkBackground: Boolean) {
.padding(start = 40.dp, end = 40.dp),
text = text,
fontSize = 32.sp,
lineHeight = 38.sp,
fontWeight = FontWeight.SemiBold,
color = if (isDarkBackground) Color.White else Color(0xFF090E13),
textAlign = TextAlign.Center,
@ -198,6 +199,7 @@ private fun StoriesSubtitleText(subtitleText: AnnotatedString) {
fontWeight = FontWeight.Normal,
text = subtitleText,
fontSize = 20.sp,
lineHeight = 26.sp,
color = color,
textAlign = TextAlign.Center,
)