Skip to content

Commit

Permalink
chore: no default color extraction (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Jan 27, 2022
1 parent 06536bc commit 043fb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const defaultTheme = {
fontFamily: '"Inter", sans-serif',
fontFamilyVariable: '"InterVariable", sans-serif',
fontFamilyCode: 'IBM Plex Mono',
tokenColorExtraction: true,
tokenColorExtraction: false,
...lightTheme,
}

Expand Down

0 comments on commit 043fb95

Please sign in to comment.