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 {
556
556
/**
557
557
* Adds a global box-sizing: border-box style
558
558
*/
559
- useBoxSizing ?: boolean
559
+ useBorderBox ?: boolean
560
560
561
561
/**
562
562
* 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
173
173
` useBodyStyles ` | ` true ` | Adds styles defined in ` theme.styles.root ` to the ` <body> ` element along with ` color ` and ` background-color `
174
174
` initialColorModeName ` | ` 'default' ` | The key used for the top-level color palette in ` theme.colors `
175
175
` 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
177
177
178
178
## Example Theme
179
179
You can’t perform that action at this time.
0 commit comments