Choose the initial color mode for your app
By default, SpiroKit will setup the initial color mode as light, but you can use the useSpiroKitTheme hook to override this preference:
const theme = useSpiroKitTheme({
config: {
initialColorMode: "dark",
},
});