clean up theme even more

This commit is contained in:
zoe 2022-09-26 12:31:32 +02:00
parent 2caa91dad5
commit 3743cd800f
1 changed files with 1 additions and 2 deletions

View File

@ -130,8 +130,6 @@ ThemeData getTheme(CustomColors colors) {
errorColor: colors.colorScheme.error,
bottomAppBarTheme: BottomAppBarTheme(
color: colors.colorScheme.surface,
shape: const CircularNotchedRectangle(),
elevation: 0,
),
navigationBarTheme: NavigationBarThemeData(
labelTextStyle: MaterialStateProperty.all(
@ -182,6 +180,7 @@ ThemeData getTheme(CustomColors colors) {
unselectedWidgetColor: colors.hintColor,
toggleableActiveColor: colors.colorScheme.primary,
splashColor: colors.colorScheme.onSurface,
splashFactory: NoSplash.splashFactory,
highlightColor: colors.hintColor,
inputDecorationTheme: InputDecorationTheme(
helperStyle: TextStyle(