button sizing fix

This commit is contained in:
ryleedavis 2022-11-22 08:57:05 -07:00
parent 0bdf337ffb
commit c5c0443d00
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ class _CurrencySettings extends ConsumerState<CurrencySettings> {
10,
),
child: PrimaryButton(
width: 210,
width: 200,
buttonHeight: ButtonHeight.m,
enabled: true,
label: "Change currency",

View file

@ -84,7 +84,7 @@ class _LanguageOptionSettings extends ConsumerState<LanguageOptionSettings> {
10,
),
child: PrimaryButton(
width: 210,
width: 200,
buttonHeight: ButtonHeight.m,
enabled: true,
label: "Change language",