Add prettier and plugin for tailwind; Adapted global css for light and dark theme
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user