Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-08 15:36:32 +02:00
parent bd06d03571
commit d895fe63b7

View file

@ -295,6 +295,7 @@ private fun TangemTopBarTitle(title: TextReference?, @DrawableRes titleIconRes:
maxLines = 1,
autoSize = TextAutoSize.StepBased(
minFontSize = TangemTheme.typography2.captionRegular12.fontSize,
maxFontSize = TangemTheme.typography2.headingSemibold17.fontSize,
),
)
}