Add prettier and plugin for tailwind; Adapted global css for light and dark theme

This commit is contained in:
2026-01-28 10:43:42 +01:00
parent 30228bf6b1
commit 66e3f5a3d1
8 changed files with 335 additions and 108 deletions

View File

@@ -18,7 +18,7 @@ const Sidebar: React.FC = () => {
return (
<aside
data-cmp="Sidebar"
className="hidden md:flex flex-col w-64 h-screen bg-card border-r border-border fixed left-0 top-0 z-30"
className="side-bar hidden md:flex flex-col w-64 h-screen border-r border-border fixed left-0 top-0 z-30"
>
<div className="p-6 border-b border-border">
<div className="flex items-center space-x-3">