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(