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 = {
|
secondActionContent = {
|
||||||
SecondaryButton(
|
SecondaryButton(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth(),
|
||||||
.padding(horizontal = TangemTheme.dimens.size16),
|
|
||||||
text = stringResource(id = R.string.onboarding_seed_intro_button_import),
|
text = stringResource(id = R.string.onboarding_seed_intro_button_import),
|
||||||
enabled = state.buttonImportSeedPhrase.enabled,
|
enabled = state.buttonImportSeedPhrase.enabled,
|
||||||
showProgress = state.buttonImportSeedPhrase.showProgress,
|
showProgress = state.buttonImportSeedPhrase.showProgress,
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,7 @@ fun ImportSeedPhraseScreen(
|
||||||
firstActionContent = {
|
firstActionContent = {
|
||||||
PrimaryButtonIconLeft(
|
PrimaryButtonIconLeft(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth(),
|
||||||
.padding(horizontal = TangemTheme.dimens.size16),
|
|
||||||
text = stringResource(id = R.string.onboarding_create_wallet_button_create_wallet),
|
text = stringResource(id = R.string.onboarding_create_wallet_button_create_wallet),
|
||||||
icon = painterResource(id = R.drawable.ic_tangem_24),
|
icon = painterResource(id = R.drawable.ic_tangem_24),
|
||||||
enabled = state.buttonCreateWallet.enabled,
|
enabled = state.buttonCreateWallet.enabled,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue