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(