Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-17 08:15:28 +03:00
parent bf089068a6
commit 929d547a70

View file

@ -30,7 +30,7 @@ internal fun TangemButton(
elevation = elevation,
shape = size.toShape(),
colors = colors,
contentPadding = size.toContentPadding(icon = icon),
contentPadding = if (showProgress) ButtonDefaults.ContentPadding else size.toContentPadding(icon = icon),
) {
ButtonContent(
text = text,