chore: Login page follow up
This commit is contained in:
parent
cc873e77fb
commit
69a98d447a
3 changed files with 24 additions and 11 deletions
|
|
@ -40,7 +40,8 @@ class LoginScaffold extends StatelessWidget {
|
|||
body: body,
|
||||
bottomNavigationBar: isMobileMode
|
||||
? Material(
|
||||
color: Theme.of(context).colorScheme.onInverseSurface,
|
||||
elevation: 4,
|
||||
shadowColor: Theme.of(context).colorScheme.onBackground,
|
||||
child: const _PrivacyButtons(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue