Skip to content

Commit

Permalink
fix: fix palette import
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevast committed Feb 20, 2024
1 parent 29f0c36 commit 29e9b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/andive/src/components/autocomplete-composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Body1} from './typography'
import Box from './box'
import {DropdownComposer} from './dropdown-composer'
import {DropdownBase} from './dropdown-base'
import {palette} from 'index'
import * as palette from '../constants/palette'

export const Divider = styled.div`
width: calc(100% - 16px);
Expand Down

0 comments on commit 29e9b3d

Please sign in to comment.