Skip to content

Commit

Permalink
Use DarkMode from the correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Mar 25, 2024
1 parent 37728bf commit 115de09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/docs/app/root/layout/SiteSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import { DarkMode, FormControl, FormLabel } from "@chakra-ui/react";
import {} from "@chakra-ui/react";
import { SettingsX1Fill24Icon } from "@vygruppen/spor-icon-react";
import {
Box,
CardSelect,
DarkMode,
Flex,
FormControl,
FormLabel,
Heading,
Stack,
Switch,
Expand Down

0 comments on commit 115de09

Please sign in to comment.