fix: incorrect background color using in view action menu (#4513)

This commit is contained in:
Lucas.Xu 2024-01-30 16:07:51 +08:00 committed by GitHub
parent 0b7ae734a1
commit e9d7d0b7b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class _MobileViewPageState extends State<MobileViewPage> {
context,
showDragHandle: true,
showDivider: false,
backgroundColor: Theme.of(context).colorScheme.background,
backgroundColor: Theme.of(context).colorScheme.surface,
builder: (_) => _buildViewPageBottomSheet(context),
);
},

View File

@ -54,7 +54,7 @@ enum MobilePaneActionType {
context,
showDragHandle: true,
showDivider: false,
backgroundColor: Theme.of(context).colorScheme.background,
backgroundColor: Theme.of(context).colorScheme.surface,
useRootNavigator: true,
builder: (context) {
return MultiBlocProvider(