Updated on 2026-08-14
This commit is contained in:
parent
f1828e1388
commit
5fba9250e8
2 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ internal fun CustomTokenFormContent(model: CustomTokenFormUM, modifier: Modifier
|
|||
} else {
|
||||
TangemButtonIconPosition.None
|
||||
},
|
||||
textStyle = TangemTheme.typography.subtitle1,
|
||||
onClick = model.saveToken,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,6 +185,7 @@ private fun SaveChangesButton(
|
|||
},
|
||||
showProgress = showProgress,
|
||||
colors = TangemButtonsDefaults.primaryButtonColors,
|
||||
textStyle = TangemTheme.typography.subtitle1,
|
||||
enabled = true,
|
||||
animateContentChange = true,
|
||||
onClick = onClick,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue