design: New login design

This commit is contained in:
Krille 2024-10-29 08:07:34 +01:00
commit 3c5855c2d1
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 247 additions and 162 deletions

View file

@ -44,17 +44,6 @@ class LoginScaffold extends StatelessWidget {
body: SafeArea(child: body),
backgroundColor:
isMobileMode ? null : theme.colorScheme.surface.withOpacity(0.8),
bottomNavigationBar: isMobileMode
? Material(
elevation: 4,
shadowColor: theme.colorScheme.onSurface,
child: const SafeArea(
child: _PrivacyButtons(
mainAxisAlignment: MainAxisAlignment.center,
),
),
)
: null,
);
if (isMobileMode) return scaffold;
return Container(