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(
|
||||
automaticallyImplyLeading: false,
|
||||
elevation: 0,
|
||||
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||
),
|
||||
extendBodyBehindAppBar: true,
|
||||
body: Column(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue