mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-22 13:32:37 +01:00
design: Minor improvements of login buttons
This commit is contained in:
parent
c5620c4f69
commit
fc8d214f01
@ -144,10 +144,10 @@ class SignUpView extends StatelessWidget {
|
||||
primary: Theme.of(context).secondaryHeaderColor,
|
||||
onPrimary:
|
||||
Theme.of(context).textTheme.bodyText1.color,
|
||||
elevation: 2,
|
||||
//elevation: 1,
|
||||
),
|
||||
onPressed: () => context.vRouter.push('/login'),
|
||||
child: Text(L10n.of(context).login),
|
||||
child: Text(L10n.of(context).login.toUpperCase()),
|
||||
),
|
||||
),
|
||||
if (controller.passwordLoginSupported &&
|
||||
@ -160,10 +160,9 @@ class SignUpView extends StatelessWidget {
|
||||
primary: Theme.of(context).secondaryHeaderColor,
|
||||
onPrimary:
|
||||
Theme.of(context).textTheme.bodyText1.color,
|
||||
elevation: 2,
|
||||
),
|
||||
onPressed: controller.ssoLoginAction,
|
||||
child: Text(L10n.of(context).useSSO),
|
||||
child: Text(L10n.of(context).useSSO.toUpperCase()),
|
||||
),
|
||||
),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user