From d7383295a1966b88e3f1c243031b549766eff4d6 Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 5 Sep 2022 21:40:56 +0200 Subject: [PATCH] fix the button --- lib/themes/themes.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/themes/themes.dart b/lib/themes/themes.dart index 10cf317..6ac9445 100644 --- a/lib/themes/themes.dart +++ b/lib/themes/themes.dart @@ -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(