chore: Adjust colors

This commit is contained in:
Krille Fear 2021-11-15 07:59:51 +01:00
commit 741a495b4a
4 changed files with 20 additions and 13 deletions

View file

@ -14,9 +14,8 @@ class EmptyPage extends StatelessWidget {
appBar: AppBar(
automaticallyImplyLeading: false,
elevation: 0,
backgroundColor: Theme.of(context).colorScheme.surface,
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
),
backgroundColor: Theme.of(context).colorScheme.surface,
extendBodyBehindAppBar: true,
body: Column(
mainAxisAlignment: MainAxisAlignment.center,