@@ -18,9 +18,9 @@ class LightTheme extends BaseTheme {
1818 tabBarTheme: TabBarTheme (labelColor: Colors .black),
1919 primarySwatch: Colors .indigo,
2020 primaryColor: Colors .indigo,
21- backgroundColor: const Color (0xFFE5E5E5 ),
21+ // backgroundColor: const Color(0xFFE5E5E5),
2222 //secondary: Color.fromRGBO(92, 127, 242, 1)
23- colorScheme: ColorScheme .fromSwatch (primarySwatch: Colors .indigo)
23+ colorScheme: ColorScheme .fromSwatch (primarySwatch: Colors .indigo, backgroundColor : const Color ( 0xFFE5E5E5 ) )
2424 .copyWith (secondary: Colors .grey,
2525 brightness: Brightness .light,),
2626 cardColor: Color .fromRGBO (241 , 241 , 241 , 1 ),
@@ -40,8 +40,8 @@ class DarkTheme extends BaseTheme {
4040 disabledColor: Colors .grey,
4141 primarySwatch: Colors .grey,
4242 primaryColor: Colors .black,
43- backgroundColor: Colors .white,
44- colorScheme: ColorScheme .fromSwatch (primarySwatch: Colors .grey)
43+ // backgroundColor: Colors.white,
44+ colorScheme: ColorScheme .fromSwatch (primarySwatch: Colors .grey, backgroundColor : Colors .white )
4545 .copyWith (secondary: Colors .white,
4646 brightness: Brightness .dark,),
4747 cardColor: Color .fromRGBO (0 , 0 , 0 , 0.6 ),
0 commit comments