mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-23 07:38:49 +00:00
center lock screen PIN page
This commit is contained in:
parent
8d7db30328
commit
7c8b31dc4c
1 changed files with 49 additions and 48 deletions
|
@ -204,7 +204,9 @@ class _LockscreenViewState extends ConsumerState<LockscreenView> {
|
||||||
late Biometrics biometrics;
|
late Biometrics biometrics;
|
||||||
|
|
||||||
Widget get _body => Background(
|
Widget get _body => Background(
|
||||||
|
child: SafeArea(
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
|
extendBodyBehindAppBar: true,
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
Theme.of(context).extension<StackColors>()!.background,
|
Theme.of(context).extension<StackColors>()!.background,
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
|
@ -251,8 +253,7 @@ class _LockscreenViewState extends ConsumerState<LockscreenView> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
body: SafeArea(
|
body: Column(
|
||||||
child: Column(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Shake(
|
Shake(
|
||||||
|
|
Loading…
Reference in a new issue