Make amoled dark theme even darker

This commit is contained in:
krawieck 2020-09-10 01:30:02 +02:00
parent 98cc38a9d3
commit b5f581f773
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ class MyApp extends StatelessWidget {
scaffoldBackgroundColor: maybeAmoledColor,
backgroundColor: maybeAmoledColor,
canvasColor: maybeAmoledColor,
cardColor: maybeAmoledColor,
splashColor: maybeAmoledColor,
),
theme: ThemeData(
visualDensity: VisualDensity.adaptivePlatformDensity,