mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
4ce91b342c
commit
4f271c0cbb
1 changed files with 1 additions and 1 deletions
|
@ -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}} ',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue