[APM] Change the unsaved changes text color (#69493)

Fixes dark mode issue where the text would render dark on a dark background.
This commit is contained in:
Casper Hübertz 2020-06-18 15:32:26 +02:00 committed by GitHub
parent 4ce91b342c
commit 4f271c0cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}} ',