From 85e072a7dd880f6e23f553eb688a49fa183f9803 Mon Sep 17 00:00:00 2001 From: Hitonabi Date: Wed, 22 Jul 2026 17:11:02 +0200 Subject: [PATCH] fix: use Tailwind dark: prefix instead of conditional classes --- docker/ui/src/App.tsx | 12 ++++++------ docker/ui/src/pages/Dashboard.tsx | 2 +- docker/ui/tailwind.config.js | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docker/ui/src/App.tsx b/docker/ui/src/App.tsx index 384ec3a..003f839 100644 --- a/docker/ui/src/App.tsx +++ b/docker/ui/src/App.tsx @@ -18,10 +18,10 @@ function App() { ] return ( -
+
{/* Sidebar */} -