Skip to content

Commit

Permalink
Merge pull request #1405 from lvauvillier/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Leannechn authored Jul 6, 2021
2 parents 8afb179 + a9a11e5 commit 4a80dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ antvLight.fontFamily = `"-apple-system", "Segoe UI", "Helvetica Neue", Arial,

registerTheme('dark', createThemeByStyleSheet(antvDark));
registerTheme('default', createThemeByStyleSheet(antvLight));
registerTheme('ligtht', createThemeByStyleSheet(antvLight));
registerTheme('light', createThemeByStyleSheet(antvLight));

0 comments on commit 4a80dc3

Please sign in to comment.