From 1b23ebe578aa05ebee6c19b2bd9a5b108dc07925 Mon Sep 17 00:00:00 2001 From: Marco Liberati Date: Mon, 18 Sep 2023 11:25:54 +0200 Subject: [PATCH] [Graph] Replace last KUI buttons with EUI ones (#166588) ## Summary Fixes #166583 Screenshot 2023-09-18 at 10 11 54 --- .../control_panel/selection_tool_bar.tsx | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/x-pack/plugins/graph/public/components/control_panel/selection_tool_bar.tsx b/x-pack/plugins/graph/public/components/control_panel/selection_tool_bar.tsx index e2e9771a8e9ef..b69aedfa12699 100644 --- a/x-pack/plugins/graph/public/components/control_panel/selection_tool_bar.tsx +++ b/x-pack/plugins/graph/public/components/control_panel/selection_tool_bar.tsx @@ -7,7 +7,7 @@ import React from 'react'; import { i18n } from '@kbn/i18n'; -import { EuiFlexGroup, EuiFlexItem, EuiToolTip } from '@elastic/eui'; +import { EuiButtonEmpty, EuiFlexGroup, EuiFlexItem, EuiToolTip } from '@elastic/eui'; import { ControlType, Workspace } from '../../types'; interface SelectionToolBarProps { @@ -74,61 +74,62 @@ export const SelectionToolBar = ({ workspace, onSetControl }: SelectionToolBarPr > - + - + - + - +