From 3743cd800f2ae50c8f72293adcd4bd58faa2e6b7 Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 26 Sep 2022 12:31:32 +0200 Subject: [PATCH] clean up theme even more --- lib/themes/themes.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/themes/themes.dart b/lib/themes/themes.dart index f8a7961..e0e2350 100644 --- a/lib/themes/themes.dart +++ b/lib/themes/themes.dart @@ -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(