diff --git a/x-pack/plugins/uptime/public/components/overview/kuery_bar/typeahead/search_type/search_type.tsx b/x-pack/plugins/uptime/public/components/overview/kuery_bar/typeahead/search_type/search_type.tsx index 691f3adc8cf9f2..af539e1c361a15 100644 --- a/x-pack/plugins/uptime/public/components/overview/kuery_bar/typeahead/search_type/search_type.tsx +++ b/x-pack/plugins/uptime/public/components/overview/kuery_bar/typeahead/search_type/search_type.tsx @@ -7,7 +7,6 @@ import React, { useEffect, useState } from 'react'; import { - EuiIcon, EuiPopover, EuiFormRow, EuiSwitch, @@ -16,6 +15,7 @@ import { EuiText, EuiSpacer, EuiLink, + EuiButtonIcon, } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n/react'; import { i18n } from '@kbn/i18n'; @@ -28,7 +28,7 @@ import { SYNTAX_OPTIONS_LABEL, } from '../translations'; -const BoxesVerticalIcon = euiStyled(EuiIcon)` +const BoxesVerticalIcon = euiStyled(EuiButtonIcon)` padding: 10px 8px 0 8px; border-radius: 0; height: 38px; @@ -80,7 +80,8 @@ export const SearchType = ({ kqlSyntax, setKqlSyntax }: Props) => { ) : (