Using the system color mode
Instead of forcing a particular color mode for your app, you can use the useSystemColorMode prop to adapt your app to your users color mode.
If you set this prop to
true, theinitialColorModewill be ignored.
const theme = useSpiroKitTheme({
config: {
useSystemColorMode: true,
},
});
The default value for this prop is false