Set background color for dialogs
This commit is contained in:
parent
9b44b0eef0
commit
edf8f9236a
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ class MyApp extends StatelessWidget with WidgetsBindingObserver {
|
|||
color: Color.fromRGBO(20, 20, 20, 1.0),
|
||||
),
|
||||
cardColor: Color.fromRGBO(25, 25, 25, 1.0),
|
||||
dialogTheme: DialogTheme().copyWith(
|
||||
backgroundColor: Color.fromRGBO(20, 20, 20, 1.0),
|
||||
),
|
||||
),
|
||||
home: HomeWidget(_title),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue