Skip to content
Snippets Groups Projects
Commit 8df05ea0 authored by poka's avatar poka
Browse files

fix: dialogBackgroundColor in main

parent cb840b94
No related branches found
No related tags found
No related merge requests found
Pipeline #34531 waiting for manual action
...@@ -159,6 +159,7 @@ class Gecko extends StatelessWidget { ...@@ -159,6 +159,7 @@ class Gecko extends StatelessWidget {
primaryColor: const Color(0xffFFD58D), primaryColor: const Color(0xffFFD58D),
scaffoldBackgroundColor: backgroundColor, scaffoldBackgroundColor: backgroundColor,
canvasColor: backgroundColor, canvasColor: backgroundColor,
dialogBackgroundColor: backgroundColor,
textTheme: const TextTheme( textTheme: const TextTheme(
bodyLarge: TextStyle(fontSize: 16), bodyLarge: TextStyle(fontSize: 16),
bodyMedium: TextStyle(fontSize: 18), bodyMedium: TextStyle(fontSize: 18),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment