Hi there,
I want to get intellisense on the custom theme that I pass to MantineProvider.
for the following MantineProvider,
<MantineProvider
theme={{
colors: {
myCustomColor: [
"#fff4e6",
"#ffe8cc",
"#ffd8a8",
"#ffc078",
"#ffa94d",
"#ff922b",
"#fd7e14",
"#f76707",
"#e8590c",
"#d9480f",
],
},
}}
I want to get a myCustomColor suggestion when I use the theme parameter that comes with sx and styles (see screenshot)