mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
added default dialog background color to be white.
This commit is contained in:
@ -52,4 +52,7 @@ final myTheme = ThemeData(
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
),
|
||||
),
|
||||
dialogTheme: const DialogThemeData(
|
||||
backgroundColor: ColorsManager.whiteColors,
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user