Skip to content

Commit

Permalink
[system][docs] Fix typo on the CSS theme variables page (#40040)
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius <[email protected]>
  • Loading branch information
caweidmann authored Nov 29, 2023
1 parent a07b492 commit 404838b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Now, the Button's `backgroundColor`, `borderColor` and text `color` values will

For framework or language specific setup, see [this](https://mui.com/material-ui/experimental-api/css-theme-variables/usage/#server-side-rendering)

See the complete usage of `createVssVarsProvider` in [Material UI](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/CssVarsProvider.tsx) and [Joy UI](https://github.com/mui/material-ui/blob/master/packages/mui-joy/src/styles/CssVarsProvider.tsx).
See the complete usage of `createCssVarsProvider` in [Material UI](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/CssVarsProvider.tsx) and [Joy UI](https://github.com/mui/material-ui/blob/master/packages/mui-joy/src/styles/CssVarsProvider.tsx).

## API

Expand Down

0 comments on commit 404838b

Please sign in to comment.