Skip to content

Commit 725e9bd

Browse files
committed
fix colors and borders import
1 parent 5c6516b commit 725e9bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/src/atoms/buttons/EmptySelectorButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import styled from 'styled-components'
22
import { Flex } from '../../primitives'
33
import {
44
ALIGN_CENTER,
5-
BORDERS,
6-
COLORS,
75
CURSOR_DEFAULT,
86
CURSOR_POINTER,
97
FLEX_MAX_CONTENT,
@@ -13,6 +11,7 @@ import {
1311
SPACING,
1412
StyledText,
1513
} from '../../index'
14+
import { BORDERS, COLORS } from '../../helix-design-system'
1615
import type { IconName } from '../../index'
1716
interface EmptySelectorButtonProps {
1817
onClick: () => void

0 commit comments

Comments
 (0)