mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: EmptyPage appbar on dark mode
This commit is contained in:
parent
c6230094eb
commit
3d5eb6e061
@ -14,6 +14,7 @@ class EmptyPage extends StatelessWidget {
|
||||
appBar: AppBar(
|
||||
automaticallyImplyLeading: false,
|
||||
elevation: 0,
|
||||
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||
),
|
||||
extendBodyBehindAppBar: true,
|
||||
body: Column(
|
||||
|
Loading…
Reference in New Issue
Block a user