diff --git a/components/src/forms/Select.tsx b/components/src/forms/Select.tsx index efe1796ecf8..cbfb7ae62c9 100644 --- a/components/src/forms/Select.tsx +++ b/components/src/forms/Select.tsx @@ -6,8 +6,6 @@ import ReactSelect, { import cx from 'classnames' import { Icon } from '../icons' -import { Box } from '../primitives' -import { SPACING } from '../ui-style-constants' import { POSITION_ABSOLUTE, POSITION_FIXED } from '../styles' import styles from './Select.css' @@ -115,20 +113,13 @@ function DropdownIndicator( ): JSX.Element { return ( - - - + + ) }