fix: EmptyPage appbar on dark mode

This commit is contained in:
Christian Pauly 2021-09-19 22:00:54 +02:00
parent c6230094eb
commit 3d5eb6e061

View File

@ -14,6 +14,7 @@ class EmptyPage extends StatelessWidget {
appBar: AppBar(
automaticallyImplyLeading: false,
elevation: 0,
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
),
extendBodyBehindAppBar: true,
body: Column(