feat: Standardize IAIMantineSelect Component

This commit is contained in:
blessedcoolant
2023-06-12 21:25:37 +12:00
committed by psychedelicious
parent 32200efce8
commit 5fe674e223
4 changed files with 16 additions and 7 deletions

View File

@ -53,7 +53,7 @@ function ThemeLocaleProvider({ children }: ThemeLocaleProviderProps) {
}, [direction]);
return (
<MantineProvider withGlobalStyles withNormalizeCSS theme={mantineTheme}>
<MantineProvider withGlobalStyles theme={mantineTheme}>
<ChakraProvider theme={theme} colorModeManager={manager}>
{children}
</ChakraProvider>