Skip to content

Commit

Permalink
dialogBackgroundColor: _menuBg(darkScheme)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed May 22, 2024
1 parent 03acf52 commit 28ea613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ThemePair phoenixTheme({
menuTheme: _menuTheme(darkScheme),
popupMenuTheme: _popupMenuTheme(darkScheme),
dialogTheme: _dialogTheme(darkScheme),
dialogBackgroundColor: _menuBg(lightScheme),
dialogBackgroundColor: _menuBg(darkScheme),
dropdownMenuTheme: _dropdownMenuTheme(darkScheme),
sliderTheme: _sliderTheme(darkScheme),
dividerTheme: _dividerTheme(darkScheme),
Expand Down

0 comments on commit 28ea613

Please sign in to comment.