mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 21:30:54 +00:00
fix import
This commit is contained in:
@@ -5,9 +5,6 @@ import { vars } from '../../theme';
|
|||||||
|
|
||||||
export function ColorToggle() {
|
export function ColorToggle() {
|
||||||
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
|
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
|
||||||
//const computedColorScheme = useComputedColorScheme('light', {
|
|
||||||
// getInitialValueInEffect: true
|
|
||||||
//});
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Group justify="center">
|
<Group justify="center">
|
||||||
|
Reference in New Issue
Block a user