Skip to content

Commit

Permalink
fix: 스토리북 글로벌 폰트 색상 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Oct 5, 2023
1 parent 913bd8e commit 72c9ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/storybook.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { globalThemeVars } from './theme.css';

globalStyle('*', {
fontFamily: 'SUIT Variable',
color: globalThemeVars.color['gray-scale-00'],
color: globalThemeVars.color['gray-scale-04'],
});

0 comments on commit 72c9ad6

Please sign in to comment.