File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ export interface Theme {
556556 /**
557557 * Adds a global box-sizing: border-box style
558558 */
559- useBoxSizing ?: boolean
559+ useBorderBox ?: boolean
560560
561561 /**
562562 * Define the colors that are available through this theme
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Flag | Default | Description
173173` useBodyStyles ` | ` true ` | Adds styles defined in ` theme.styles.root ` to the ` <body> ` element along with ` color ` and ` background-color `
174174` initialColorModeName ` | ` 'default' ` | The key used for the top-level color palette in ` theme.colors `
175175` useColorSchemeMediaQuery ` | ` false ` | Initializes the color mode based on the ` prefers-color-scheme ` media query
176- ` useBoxSizing ` | ` true ` | Adds a global ` box-sizing: border-box ` style
176+ ` useBorderBox ` | ` true ` | Adds a global ` box-sizing: border-box ` style
177177
178178## Example Theme
179179
You can’t perform that action at this time.
0 commit comments