Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-23 14:49:39 +03:00
parent 796f9ea504
commit 2a52fcd7ed
2 changed files with 2 additions and 4 deletions

View file

@ -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,

View file

@ -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,