Updated on 2026-08-14
This commit is contained in:
parent
e80b02306f
commit
cedf6872ac
6 changed files with 103 additions and 55 deletions
|
|
@ -33,6 +33,7 @@ fun TangemButton(
|
|||
elevation: ButtonElevation = TangemButtonsDefaults.elevation,
|
||||
textStyle: TextStyle = TangemTheme.typography.button,
|
||||
shape: Shape = size.toShape(),
|
||||
iconPadding: Dp = size.toIconPadding(),
|
||||
) {
|
||||
Button(
|
||||
modifier = modifier.heightIn(min = size.toHeightDp()),
|
||||
|
|
@ -47,7 +48,7 @@ fun TangemButton(
|
|||
|
||||
ButtonContentContainer(
|
||||
buttonIcon = icon,
|
||||
iconPadding = size.toIconPadding(),
|
||||
iconPadding = iconPadding,
|
||||
showProgress = showProgress,
|
||||
progressIndicator = {
|
||||
CircularProgressIndicator(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue