Merge branch 'main' of git.kittycat.homes:zoe/loris

This commit is contained in:
zoe 2022-09-05 23:10:01 +02:00
commit 3ef67031c4
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(