[APM] Improve contrast of health badges in service inventory#250850
Merged
AlejandroFrndz merged 1 commit intoelastic:mainfrom Jan 29, 2026
Merged
Conversation
Contributor
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
|
hannahbrooks
pushed a commit
to hannahbrooks/kibana
that referenced
this pull request
Jan 30, 2026
…#250850) ## Summary Health badges in the service inventory table have weak contrast between text and background. Instead of leveraging standard named colours for the health badges, we're passing `euiTheme` colours straight as HEX values. While this might seem equivalent at a glance, badges work differently visually with named colours than they do with HEX values. In order to improve the contrast between text and background in the badge and to visually standardize health with other badges in the table (alerts & SLOs) this PR updates health badges to use named colours instead. ## UI Updates ### Before <img width="1589" height="200" alt="Before" src="https://github.com/user-attachments/assets/7ae9fa8d-7c1d-4d0b-9d10-f2b36de506eb" /> ### After <img width="1584" height="202" alt="After" src="https://github.com/user-attachments/assets/513f0f3c-77a0-4c13-ab17-d2d646530e47" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Health badges in the service inventory table have weak contrast between text and background. Instead of leveraging standard named colours for the health badges, we're passing
euiThemecolours straight as HEX values. While this might seem equivalent at a glance, badges work differently visually with named colours than they do with HEX values.In order to improve the contrast between text and background in the badge and to visually standardize health with other badges in the table (alerts & SLOs) this PR updates health badges to use named colours instead.
UI Updates
Before
After