We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5c65f commit 66ff3c3Copy full SHA for 66ff3c3
packages/core/src/theme.d.ts
@@ -117,6 +117,21 @@ export interface Theme extends Omit<StyledSystemTheme, 'colors'> {
117
*/
118
initialColorModeName?: string
119
120
+ /**
121
+ * Adds styles defined in theme.styles.root to the <body> element along with color and background-color
122
+ */
123
+ useBodyStyles?: boolean
124
+
125
126
+ * Initializes the color mode based on the prefers-color-scheme media query
127
128
+ useColorSchemeMediaQuery?: boolean
129
130
131
+ * Adds a global box-sizing: border-box style
132
133
+ useBoxSizing?: boolean
134
135
/**
136
* Define the colors that are available through this theme
137
0 commit comments