fix the button

This commit is contained in:
zoe 2022-09-05 21:40:56 +02:00
parent 0f01665ad0
commit d7383295a1
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ ThemeData getTheme(CustomColors colors) {
size: 24,
color: colors.colorScheme.onSurface,
),
elevatedButtonTheme: ElevatedButtonThemeData(
style: ButtonStyle(
textStyle: MaterialStateProperty.all(
const TextStyle(fontSize: 18),
),
)),
outlinedButtonTheme: OutlinedButtonThemeData(
style: ButtonStyle(
backgroundColor: MaterialStateProperty.all(