Update dialog background color

This commit is contained in:
Vishnu Mohandas 2021-05-12 20:41:57 +05:30
parent 648dbd7db0
commit 4c108a7a79

View file

@ -48,7 +48,7 @@ final themeData = ThemeData(
),
cardColor: Color.fromRGBO(25, 25, 25, 1.0),
dialogTheme: DialogTheme().copyWith(
backgroundColor: Color.fromRGBO(20, 20, 20, 1.0),
backgroundColor: Color.fromRGBO(10, 15, 15, 1.0),
),
);