mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: page transition fill color should be the same as surface
This commit is contained in:
parent
c7d9ca961a
commit
0d14db41e1
@ -100,6 +100,7 @@ class Navigation extends StatelessWidget {
|
||||
return FadeThroughTransition(
|
||||
animation: animation,
|
||||
secondaryAnimation: secondaryAnimation,
|
||||
fillColor: Theme.of(context).colorScheme.surface,
|
||||
child: child,
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user