Skip to content

Commit

Permalink
Update packages/mui-material/src/styles/createThemeWithVars.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Potoms <[email protected]>
Signed-off-by: Siriwat K <[email protected]>
  • Loading branch information
siriwatknp and Janpot authored Oct 1, 2024
1 parent 258a94d commit 232d474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mui-material/src/styles/createThemeWithVars.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ export interface CssVarsThemeOptions extends Omit<ThemeOptions, 'palette' | 'com
/**
* The selector to generate the global CSS variables (non-color-scheme related)
* @default ':root'
* @example ':host' (for shadow DOM)
* @example ':host' // (for shadow DOM)
* @see https://mui.com/material-ui/customization/shadow-dom/#3-css-theme-variables-optional
*/
rootSelector?: string;
/**
Expand Down

0 comments on commit 232d474

Please sign in to comment.