Hi, I'm using charts particularly AreaChart however the colors are not displaying properly.
I have imported the required css according to its order but the issue still persists
`import { MantineProvider } from '@mantine/core';
import '@mantine/core/styles.css';
import '@mantine/charts/styles.css';`
versions:
"@mantine/charts": "^8.1.3",
"recharts": "^2.15.4",