Skip to content

Commit 709eb72

Browse files
committed
>>>>>:(
1 parent 4946c9a commit 709eb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const SidebarNavItem: FC<SidebarNavItemProps> = ({
101101
"block relative text-sm text-inherit mb-px p-3 pl-4 rounded-sm",
102102
"transition-colors no-underline hover:bg-surface-secondary",
103103
isActive &&
104-
"bg-surface-secondary border-0 border-solid border-l-[3px] border-highlight-sky",
104+
"bg-surface-secondary border-0 border-solid border-l-[3px] border-highlight-sky",
105105
)
106106
}
107107
>

0 commit comments

Comments
 (0)