chore: Adjust design
This commit is contained in:
parent
b57cfeb743
commit
73872a3a04
6 changed files with 15 additions and 14 deletions
|
|
@ -14,8 +14,9 @@ class EmptyPage extends StatelessWidget {
|
|||
appBar: AppBar(
|
||||
automaticallyImplyLeading: false,
|
||||
elevation: 0,
|
||||
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
),
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
extendBodyBehindAppBar: true,
|
||||
body: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue