Seed: dashboard template (24 files)

This commit is contained in:
2026-07-23 22:56:55 +00:00
parent 6a5209a199
commit fd765fddb2
+1 -1
View File
@@ -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"