design: New login design
This commit is contained in:
parent
a18e2c4db7
commit
3c5855c2d1
5 changed files with 247 additions and 162 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue