chore: cleanup
This commit is contained in:
@@ -122,7 +122,7 @@ export function AppSidebar() {
|
||||
"flex items-center px-3 py-2 rounded-lg text-sm font-medium transition-all duration-300 relative group/item",
|
||||
isActive
|
||||
? "bg-primary/10 text-primary ring-1 ring-primary/20"
|
||||
: "text-muted-foreground hover:bg-accent/50 hover:text-foreground",
|
||||
: "text-foreground/80 hover:bg-accent/50 hover:text-foreground",
|
||||
isCollapsed ? "justify-center" : "justify-between"
|
||||
)}
|
||||
title={isCollapsed ? item.title : undefined}
|
||||
@@ -130,7 +130,7 @@ export function AppSidebar() {
|
||||
<div className="flex items-center gap-3">
|
||||
<span className={cn(
|
||||
"transition-colors duration-300 shrink-0",
|
||||
isActive ? "text-primary" : "text-muted-foreground group-hover/item:text-foreground"
|
||||
isActive ? "text-primary" : "text-foreground/80 group-hover/item:text-foreground"
|
||||
)}>
|
||||
{React.isValidElement(item.icon) ? item.icon : null}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user