We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4946c9a commit 709eb72Copy full SHA for 709eb72
site/src/components/Sidebar/Sidebar.tsx
@@ -101,7 +101,7 @@ export const SidebarNavItem: FC<SidebarNavItemProps> = ({
101
"block relative text-sm text-inherit mb-px p-3 pl-4 rounded-sm",
102
"transition-colors no-underline hover:bg-surface-secondary",
103
isActive &&
104
- "bg-surface-secondary border-0 border-solid border-l-[3px] border-highlight-sky",
+ "bg-surface-secondary border-0 border-solid border-l-[3px] border-highlight-sky",
105
)
106
}
107
>
0 commit comments