File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,15 +430,15 @@ class _LoginPageState extends State<LoginPage> {
430
430
final icon = method.displayIcon;
431
431
return OutlinedButton .icon (
432
432
style: ButtonStyle (
433
- backgroundColor: WidgetStatePropertyAll (colorScheme.secondaryContainer)),
433
+ backgroundColor: WidgetStatePropertyAll (colorScheme.secondaryContainer),
434
+ foregroundColor: WidgetStatePropertyAll (colorScheme.onSecondaryContainer)),
434
435
icon: icon != null
435
436
? Image .network (icon, width: 24 , height: 24 )
436
437
: null ,
437
438
onPressed: ! _inProgress
438
439
? () => _beginWebAuth (method)
439
440
: null ,
440
441
label: Text (
441
- style: TextStyle (color: colorScheme.onSecondaryContainer),
442
442
zulipLocalizations.signInWithFoo (method.displayName)));
443
443
}),
444
444
],
You can’t perform that action at this time.
0 commit comments