Skip to content

Commit

Permalink
fix: design system cdk:synth regressi on bug
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Dec 21, 2023
1 parent e97d2ac commit e41a533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/design-system/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
font-family: '"Open Sans", Helvetica, Arial, sans-serif';
}
</style>
<link rel="stylesheet" href="/assets/index.css"/>
<link rel="stylesheet" href="/index.css"/>
2 changes: 1 addition & 1 deletion services/design-system/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Preview } from '@storybook/react';
import '../src/styles/index.scss';
import '../src/index.scss';

const preview: Preview = {
parameters: {
Expand Down

0 comments on commit e41a533

Please sign in to comment.