Skip to content

chore(actions): uninstall lingering xcodes versions on iOS tests #6296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class _AuthenticatorTabViewState
final isDark = Theme.of(context).brightness == Brightness.dark;
final labelColor = Theme.of(context).tabBarTheme.labelColor;
final textColor = Theme.of(context).textTheme.bodySmall?.color;
final fallbackColor = isDark ? Colors.white : Colors.black;
final fallbackColor = isDark ? Colors.white : Colors.white;
return labelColor ?? textColor ?? fallbackColor;
}

Expand Down
Loading