Skip to content

Commit

Permalink
fix(tag-badge.stories): fix styleutils import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogdriip committed Jan 17, 2023
1 parent 295d021 commit 5458b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
const Container = styled.div`
display: flex;
flex-wrap: wrap;
${StyleUtils.gap(4)}
${gap(4)}
`

export const Overview: Story<{}> = () => (
Expand Down

0 comments on commit 5458b0a

Please sign in to comment.