Improved the consistency of the icons (#134416)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Najmieh Sadat 2022-06-15 17:23:45 +04:30 committed by GitHub
parent 2f6605025c
commit 9bbafa7344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ export const AgentDetailsActionMenu: React.FunctionComponent<{
/>
</EuiContextMenuItem>,
<EuiContextMenuItem
icon="cross"
icon="trash"
disabled={!hasFleetAllPrivileges || !agent.active}
onClick={() => {
setIsUnenrollModalOpen(true);