Updated on 2026-08-14
This commit is contained in:
parent
796f9ea504
commit
2a52fcd7ed
2 changed files with 2 additions and 4 deletions
|
|
@ -74,8 +74,7 @@ fun AboutSeedPhraseScreen(
|
|||
secondActionContent = {
|
||||
SecondaryButton(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = TangemTheme.dimens.size16),
|
||||
.fillMaxWidth(),
|
||||
text = stringResource(id = R.string.onboarding_seed_intro_button_import),
|
||||
enabled = state.buttonImportSeedPhrase.enabled,
|
||||
showProgress = state.buttonImportSeedPhrase.showProgress,
|
||||
|
|
|
|||
|
|
@ -71,8 +71,7 @@ fun ImportSeedPhraseScreen(
|
|||
firstActionContent = {
|
||||
PrimaryButtonIconLeft(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = TangemTheme.dimens.size16),
|
||||
.fillMaxWidth(),
|
||||
text = stringResource(id = R.string.onboarding_create_wallet_button_create_wallet),
|
||||
icon = painterResource(id = R.drawable.ic_tangem_24),
|
||||
enabled = state.buttonCreateWallet.enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue