mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[APM] Change icon color to text
(#112532)
This commit is contained in:
parent
4681a80317
commit
20f4a9d12f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export function KeyValueFilterList({
|
|||
{ defaultMessage: 'Filter by value' }
|
||||
)}
|
||||
>
|
||||
<EuiIcon type="filter" color="black" size="m" />
|
||||
<EuiIcon type="filter" color="text" size="m" />
|
||||
</EuiToolTip>
|
||||
</EuiButtonEmpty>
|
||||
<EuiText size="s">{value}</EuiText>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue