Skip to content

Commit

Permalink
[docs] Replace initial value with theme white (#34822)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Oct 19, 2022
1 parent d77c692 commit 95d1707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/BrandingCssVarsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const theme = extendTheme({
typography: deepmerge(typography, {
h1: {
':where([data-mui-color-scheme="dark"]) &': {
color: 'initial',
color: 'var(--muidocs-palette-common-white)',
},
},
h2: {
Expand Down

0 comments on commit 95d1707

Please sign in to comment.