Skip to content

Commit

Permalink
tweak theme to inter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Apr 30, 2024
1 parent 8af08ea commit 06e6246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default create({
colorPrimary: '#0C77FF',
appContentBg: '#11111F',
appPreviewBg: '#11111F',
fontBase: 'Gilroy,Arial,Helvetica,sans-serif',
fontBase: 'Inter,Arial,Helvetica,sans-serif',
fontCode: 'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace',
appBg: '#11111F',
textColor: '#FFFFFF',
Expand Down

0 comments on commit 06e6246

Please sign in to comment.