forked from Archives/Athou_commafeed
update to mantine 7
This commit is contained in:
4
commafeed-client/src/hooks/useColorScheme.ts
Normal file
4
commafeed-client/src/hooks/useColorScheme.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { useComputedColorScheme } from "@mantine/core"
|
||||
|
||||
// the color scheme to use to render components
|
||||
export const useColorScheme = () => useComputedColorScheme("light")
|
||||
Reference in New Issue
Block a user