[fix]: Add dialog theme for florid

This commit is contained in:
nahnah
2026-01-27 23:23:09 +00:00
parent b974ab326b
commit 3ed2036c12
+7
View File
@@ -222,6 +222,13 @@ class AppThemes {
behavior: SnackBarBehavior.floating,
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(24)),
),
dialogTheme: DialogThemeData(
backgroundColor: ColorScheme.fromSeed(
seedColor: kAppColor,
brightness: Brightness.light,
).surfaceContainer,
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(24)),
),
);
}