Updated on 2026-08-14
This commit is contained in:
parent
bf089068a6
commit
929d547a70
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue