Skip to content

Commit

Permalink
[APM] Change the unsaved changes text color (#69493)
Browse files Browse the repository at this point in the history
Fixes dark mode issue where the text would render dark on a dark background.
  • Loading branch information
formgeist authored Jun 18, 2020
1 parent 4ce91b3 commit 4f271c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function SettingsPage({
}}
>
<EuiHealth color="warning" />
<EuiText>
<EuiText color="ghost">
{i18n.translate('xpack.apm.unsavedChanges', {
defaultMessage:
'{unsavedChangesCount, plural, =0{0 unsaved changes} one {1 unsaved change} other {# unsaved changes}} ',
Expand Down

0 comments on commit 4f271c0

Please sign in to comment.