Color scheme
Mantine defaults to a light color scheme regardless of the device's active color scheme.
We can change the default to dark or auto instead. auto conforms to the user's device color scheme:
<MantineProvider defaultColorScheme="auto"></MantineProvider>