diff --git a/skyvern-frontend/src/routes/root/SideNav.tsx b/skyvern-frontend/src/routes/root/SideNav.tsx index c997201e..6ba98d7d 100644 --- a/skyvern-frontend/src/routes/root/SideNav.tsx +++ b/skyvern-frontend/src/routes/root/SideNav.tsx @@ -12,12 +12,9 @@ function SideNav() { { - return cn( - "flex items-center px-6 py-4 hover:bg-primary-foreground rounded-2xl", - { - "bg-primary-foreground": isActive, - }, - ); + return cn("flex items-center px-6 py-4 hover:bg-muted rounded-2xl", { + "bg-muted": isActive, + }); }} > @@ -26,12 +23,9 @@ function SideNav() { { - return cn( - "flex items-center px-6 py-4 hover:bg-primary-foreground rounded-2xl", - { - "bg-primary-foreground": isActive, - }, - ); + return cn("flex items-center px-6 py-4 hover:bg-muted rounded-2xl", { + "bg-muted": isActive, + }); }} > @@ -40,12 +34,9 @@ function SideNav() { { - return cn( - "flex items-center px-6 py-4 hover:bg-primary-foreground rounded-2xl", - { - "bg-primary-foreground": isActive, - }, - ); + return cn("flex items-center px-6 py-4 hover:bg-muted rounded-2xl", { + "bg-muted": isActive, + }); }} >