fix: EmptyPage appbar on dark mode
This commit is contained in:
parent
6f849fc341
commit
f2dfef33b9
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ class EmptyPage extends StatelessWidget {
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
automaticallyImplyLeading: false,
|
automaticallyImplyLeading: false,
|
||||||
elevation: 0,
|
elevation: 0,
|
||||||
|
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||||
),
|
),
|
||||||
extendBodyBehindAppBar: true,
|
extendBodyBehindAppBar: true,
|
||||||
body: Column(
|
body: Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue