Skip to content

Commit 62b53ab

Browse files
committed
fix: do not highlight background on selected
1 parent 2ceedd1 commit 62b53ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/management/OrganizationSidebarView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const OrganizationsSettingsNavigation: FC<
150150
<hr className="h-px my-2 border-none bg-border -mx-2" />
151151
)}
152152
<CommandItem
153-
className="flex justify-center"
153+
className="flex justify-center data-[selected=true]:bg-transparent"
154154
onSelect={() => {
155155
setIsPopoverOpen(false);
156156
navigate("/organizations/new");

0 commit comments

Comments
 (0)