mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
button sizing fix
This commit is contained in:
parent
0bdf337ffb
commit
c5c0443d00
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ class _CurrencySettings extends ConsumerState<CurrencySettings> {
|
|||
10,
|
||||
),
|
||||
child: PrimaryButton(
|
||||
width: 210,
|
||||
width: 200,
|
||||
buttonHeight: ButtonHeight.m,
|
||||
enabled: true,
|
||||
label: "Change currency",
|
||||
|
|
|
@ -84,7 +84,7 @@ class _LanguageOptionSettings extends ConsumerState<LanguageOptionSettings> {
|
|||
10,
|
||||
),
|
||||
child: PrimaryButton(
|
||||
width: 210,
|
||||
width: 200,
|
||||
buttonHeight: ButtonHeight.m,
|
||||
enabled: true,
|
||||
label: "Change language",
|
||||
|
|
Loading…
Reference in a new issue