map has dark mode
This commit is contained in:
@@ -12,7 +12,7 @@ import SettingsCanvas from "./views/SettingsCanvas"
|
||||
import { DashboardCanvas } from "./views/DashboardCanvas";
|
||||
import { DASHBOARD_VIEWS } from "@/constants/viewKeys";
|
||||
|
||||
export default function Canvas({ view, setView, layout, setLayout, onLayoutChange }) {
|
||||
export default function Canvas({ view, setView, layout, setLayout, onLayoutChange, darkMode }) {
|
||||
const recipe = useRecipe({ key: "canvas" });
|
||||
const styles = recipe();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user