Skip to content

Commit

Permalink
increases contrast of recovered health badge (elastic#110210)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
katrin-freihofner and kibanamachine authored Aug 31, 2021
1 parent 10185fe commit 8bcbc2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const getRenderCellValue = ({
case ALERT_STATUS_RECOVERED:
return (
<EuiHealth color={theme.eui.euiColorLightShade} textSize="xs">
<EuiText color={theme.eui.euiColorLightShade} size="relative">
<EuiText color="subdued" size="relative">
{i18n.translate('xpack.observability.alertsTGrid.statusRecoveredDescription', {
defaultMessage: 'Recovered',
})}
Expand Down

0 comments on commit 8bcbc2d

Please sign in to comment.