We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6516b commit 725e9bdCopy full SHA for 725e9bd
components/src/atoms/buttons/EmptySelectorButton.tsx
@@ -2,8 +2,6 @@ import styled from 'styled-components'
2
import { Flex } from '../../primitives'
3
import {
4
ALIGN_CENTER,
5
- BORDERS,
6
- COLORS,
7
CURSOR_DEFAULT,
8
CURSOR_POINTER,
9
FLEX_MAX_CONTENT,
@@ -13,6 +11,7 @@ import {
13
11
SPACING,
14
12
StyledText,
15
} from '../../index'
+import { BORDERS, COLORS } from '../../helix-design-system'
16
import type { IconName } from '../../index'
17
interface EmptySelectorButtonProps {
18
onClick: () => void
0 commit comments