Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-19 15:12:31 +04:00
parent ce97b0e6b7
commit 7a2430c3d5
6 changed files with 33 additions and 21 deletions

View file

@ -26,6 +26,7 @@ internal fun StoriesButton(
showProgress = showProgress,
enabled = true,
shape = TangemTheme.shapes.roundedCornersXMedium,
textStyle = TangemTheme.typography.subtitle1,
iconPadding = when (icon) {
is TangemButtonIconPosition.Start -> TangemTheme.dimens.spacing4
is TangemButtonIconPosition.End,