Skip to content
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

Remap few colors for EuiLoadingSpinner and EuiLoadingChart #8276

Merged
merged 12 commits into from
Jan 17, 2025
Prev Previous commit
Next Next commit
Format code
  • Loading branch information
ek-so committed Jan 16, 2025
commit fd10e54fcde57bd225256f685b548b80c7ad76a5
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ const component_colors: _EuiThemeComponentColors = {
([lightShade]) => lightShade,
['colors.lightShade']
),

loadingSpinnerHighlight: computed(
([primary]) => primary,
['colors.primary']
Expand All @@ -250,7 +249,6 @@ const component_colors: _EuiThemeComponentColors = {
([lightShade]) => lightShade,
['colors.lightShade']
),

loadingChartMonoBackground1: computed(
([lightShade]) => shade(lightShade, 0.04),
['colors.lightShade']
Expand Down