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> {
430430 final icon = method.displayIcon;
431431 return OutlinedButton .icon (
432432 style: ButtonStyle (
433- backgroundColor: WidgetStatePropertyAll (colorScheme.secondaryContainer)),
433+ backgroundColor: WidgetStatePropertyAll (colorScheme.secondaryContainer),
434+ foregroundColor: WidgetStatePropertyAll (colorScheme.onSecondaryContainer)),
434435 icon: icon != null
435436 ? Image .network (icon, width: 24 , height: 24 )
436437 : null ,
437438 onPressed: ! _inProgress
438439 ? () => _beginWebAuth (method)
439440 : null ,
440441 label: Text (
441- style: TextStyle (color: colorScheme.onSecondaryContainer),
442442 zulipLocalizations.signInWithFoo (method.displayName)));
443443 }),
444444 ],
You can’t perform that action at this time.
0 commit comments