Skip to content

Commit

Permalink
update path to space utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 4, 2023
1 parent dfe7384 commit 2995957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tabs/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as Ariakit from '@ariakit/react';
* Internal dependencies
*/
import { COLORS } from '../utils';
import { space } from '../ui/utils/space';
import { space } from '../utils/space';
import { reduceMotion } from '../utils/reduce-motion';

export const TabListWrapper = styled.div`
Expand Down

0 comments on commit 2995957

Please sign in to comment.