Seed: dashboard template (24 files)
This commit is contained in:
@@ -53,7 +53,7 @@ function SidebarContent({ activePath }: SidebarProps) {
|
|||||||
<Link
|
<Link
|
||||||
key={item.path}
|
key={item.path}
|
||||||
to={item.path}
|
to={item.path}
|
||||||
className={`relative flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium transition-colors duration-200 \${
|
className={`relative flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium transition-colors duration-200 ${
|
||||||
isActive
|
isActive
|
||||||
? "bg-sky-500/15 text-sky-400 shadow-sm before:absolute before:left-0 before:top-0 before:bottom-0 before:w-0.5 before:bg-primary before:rounded-r"
|
? "bg-sky-500/15 text-sky-400 shadow-sm before:absolute before:left-0 before:top-0 before:bottom-0 before:w-0.5 before:bg-primary before:rounded-r"
|
||||||
: "text-slate-400 hover:text-white hover:bg-muted/80"
|
: "text-slate-400 hover:text-white hover:bg-muted/80"
|
||||||
|
|||||||
Reference in New Issue
Block a user