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, 10,
), ),
child: PrimaryButton( child: PrimaryButton(
width: 210, width: 200,
buttonHeight: ButtonHeight.m, buttonHeight: ButtonHeight.m,
enabled: true, enabled: true,
label: "Change currency", label: "Change currency",

View file

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