Skip to content

Commit

Permalink
fix: button missing css in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Aug 21, 2024
1 parent 3ca9a5e commit 55b0177
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 163 deletions.
1 change: 1 addition & 0 deletions packages/storybook-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@utrecht/breadcrumb-nav-css": "workspace:*",
"@utrecht/button-css": "workspace:*",
"@utrecht/button-group-css": "workspace:*",
"@utrecht/button-react": "workspace:*",
"@utrecht/button-link-css": "workspace:*",
"@utrecht/calendar-css": "workspace:*",
"@utrecht/checkbox-css": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-react/src/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, StoryObj } from '@storybook/react';
import readme from '@utrecht/button-css/README.md?raw';
import tokensDefinition from '@utrecht/button-css/src/tokens.json';
import { Button } from '@utrecht/button-react';
import { Button } from '@utrecht/button-react/src/css';
import tokens from '@utrecht/design-tokens/dist/index.json';
import iconSet from '@utrecht/icon/dist/index.json';
import { designTokenStory } from './util';
Expand Down
Loading

0 comments on commit 55b0177

Please sign in to comment.