Skip to content

Commit

Permalink
fix: set scaffold and dialog background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga committed May 21, 2024
1 parent dcc0de8 commit ea0f660
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class IoCrosswordTheme {
return ThemeData(
useMaterial3: true,
colorScheme: colorScheme,
scaffoldBackgroundColor: colorScheme.surface,
dialogBackgroundColor: colorScheme.surface,
textTheme: _textTheme.textTheme,
tabBarTheme: _tabBarTheme,
cardColor: _cardTheme.plain.color,
Expand Down

0 comments on commit ea0f660

Please sign in to comment.