Skip to content

Commit

Permalink
fix colors and borders import
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Nov 21, 2024
1 parent 5c6516b commit 725e9bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/src/atoms/buttons/EmptySelectorButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import styled from 'styled-components'
import { Flex } from '../../primitives'
import {
ALIGN_CENTER,
BORDERS,
COLORS,
CURSOR_DEFAULT,
CURSOR_POINTER,
FLEX_MAX_CONTENT,
Expand All @@ -13,6 +11,7 @@ import {
SPACING,
StyledText,
} from '../../index'
import { BORDERS, COLORS } from '../../helix-design-system'
import type { IconName } from '../../index'
interface EmptySelectorButtonProps {
onClick: () => void
Expand Down

0 comments on commit 725e9bd

Please sign in to comment.