mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Detection Engine] addressing icon color (#190744)
## Summary Addresses https://github.com/elastic/kibana/issues/131306 - makes trash icon red.
This commit is contained in:
parent
4b28aa8ef0
commit
16c7ca2428
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ export const buildColumns = (
|
|||
aria-label={i18n.ACTION_DELETE_DESCRIPTION}
|
||||
data-test-subj={`action-delete-value-list-${item.name}`}
|
||||
iconType="trash"
|
||||
color="danger"
|
||||
onClick={() => onDelete(item)}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue