chore: Follow up sso button border

pull/1081/head rc1.20.0-2
Krille 10 months ago
parent f4b66e1964
commit 0d13a99fbd
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -198,7 +198,12 @@ class _LoginButton extends StatelessWidget {
width: double.infinity,
child: OutlinedButton.icon(
style: OutlinedButton.styleFrom(
side: BorderSide.none,
side: FluffyThemes.isColumnMode(context)
? BorderSide.none
: BorderSide(
color: Theme.of(context).colorScheme.outlineVariant,
width: 1,
),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(99),
),

Loading…
Cancel
Save