Skip to content

Commit

Permalink
fix: fix #192 hide focus from storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
totaland committed Oct 25, 2023
1 parent c615169 commit 8d7ab07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pnpm changeset
```
3. Start storybook with:
```
pnpm storybook
pnpm build && pnpm storybook
```
4. Run the unit tests in watch mode with:
```
Expand Down
1 change: 0 additions & 1 deletion packages/ui/src/stories/foundation/colours.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export const BrandColors: Story = {
'background',
'border',
'borderDark',
'focus',
'heading',
'hero',
'light',
Expand Down

0 comments on commit 8d7ab07

Please sign in to comment.