Seed: product-management template (23 files)
This commit is contained in:
@@ -40,7 +40,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-blue-500/15 text-blue-400 shadow-sm before:absolute before:left-0 before:top-0 before:bottom-0 before:w-0.5 before:bg-blue-500 before:rounded-r"
|
? "bg-blue-500/15 text-blue-400 shadow-sm before:absolute before:left-0 before:top-0 before:bottom-0 before:w-0.5 before:bg-blue-500 before:rounded-r"
|
||||||
: "text-slate-400 hover:text-white hover:bg-slate-800"
|
: "text-slate-400 hover:text-white hover:bg-slate-800"
|
||||||
|
|||||||
Reference in New Issue
Block a user