From daece4521bbac1d426de3582300dc78c9a511662 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 6 Apr 2025 20:11:17 +0200 Subject: [PATCH] Add theme switcher to navigation bar + css --- ui/src/components/NavigationBar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/components/NavigationBar.tsx b/ui/src/components/NavigationBar.tsx index 2eaef78..261f2e4 100644 --- a/ui/src/components/NavigationBar.tsx +++ b/ui/src/components/NavigationBar.tsx @@ -39,6 +39,7 @@ import { } from "../ui-library/icons"; import { useState, useRef } from "react"; import logo from "../assets/icon.jpg"; +import { ThemeSwitcher } from "./ThemeSwitcher"; type NavLinkItem = { isActive?: boolean; @@ -234,7 +235,7 @@ export const SideNavigation = ({ Logo XTablo

- +