Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-23 15:54:21 +04:00
parent f1828e1388
commit 5fba9250e8
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@ internal fun CustomTokenFormContent(model: CustomTokenFormUM, modifier: Modifier
} else {
TangemButtonIconPosition.None
},
textStyle = TangemTheme.typography.subtitle1,
onClick = model.saveToken,
)
}

View file

@ -185,6 +185,7 @@ private fun SaveChangesButton(
},
showProgress = showProgress,
colors = TangemButtonsDefaults.primaryButtonColors,
textStyle = TangemTheme.typography.subtitle1,
enabled = true,
animateContentChange = true,
onClick = onClick,