Skip to content

Commit

Permalink
[docs] Replace initial value with theme white (mui#34822)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored and Daniel Rabe committed Nov 29, 2022
1 parent 8568065 commit b15891d
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 b15891d

Please sign in to comment.