Skip to content

Commit

Permalink
fixed theme problem
Browse files Browse the repository at this point in the history
  • Loading branch information
orl0pl committed Nov 23, 2023
1 parent 1d0d488 commit 33ed1cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/resources/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ThemeData themeFactory(
final splashColor = amoled ? Colors.black : theme.splashColor;

return theme.copyWith(
useMaterial3: true,
pageTransitionsTheme: const PageTransitionsTheme(
builders: {
TargetPlatform.android: CupertinoPageTransitionsBuilder(),
Expand Down

0 comments on commit 33ed1cc

Please sign in to comment.