Make amoled dark theme even darker
This commit is contained in:
parent
98cc38a9d3
commit
b5f581f773
|
@ -45,6 +45,8 @@ class MyApp extends StatelessWidget {
|
|||
scaffoldBackgroundColor: maybeAmoledColor,
|
||||
backgroundColor: maybeAmoledColor,
|
||||
canvasColor: maybeAmoledColor,
|
||||
cardColor: maybeAmoledColor,
|
||||
splashColor: maybeAmoledColor,
|
||||
),
|
||||
theme: ThemeData(
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
|
|
Loading…
Reference in New Issue