From 8df05ea069399a7ef1e9a48bdfc179b6bee38fa5 Mon Sep 17 00:00:00 2001 From: poka Date: Tue, 28 Nov 2023 23:12:39 +0100 Subject: [PATCH] fix: dialogBackgroundColor in main --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index be1d63a..d7b8a72 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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),