Adjust padding on locale btn
This commit is contained in:
parent
90bf9df397
commit
d0db7caa38
@ -11,9 +11,6 @@ class LocaleSwitcher extends StatelessWidget with GetItMixin {
|
|||||||
await settingsLogic.changeLocale(newLocale);
|
await settingsLogic.changeLocale(newLocale);
|
||||||
}
|
}
|
||||||
|
|
||||||
return AppBtn.from(
|
return AppBtn.from(text: $strings.localeSwapButton, onPressed: handleSwapLocale);
|
||||||
padding: EdgeInsets.symmetric(vertical: $styles.insets.sm, horizontal: $styles.insets.sm),
|
|
||||||
text: $strings.localeSwapButton,
|
|
||||||
onPressed: handleSwapLocale);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user