fix: dialogBackgroundColor in main

This commit is contained in:
poka 2023-11-28 23:12:39 +01:00
parent cb840b947a
commit 8df05ea069
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class Gecko extends StatelessWidget {
primaryColor: const Color(0xffFFD58D),
scaffoldBackgroundColor: backgroundColor,
canvasColor: backgroundColor,
dialogBackgroundColor: backgroundColor,
textTheme: const TextTheme(
bodyLarge: TextStyle(fontSize: 16),
bodyMedium: TextStyle(fontSize: 18),