We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ceedd1 commit 62b53abCopy full SHA for 62b53ab
site/src/modules/management/OrganizationSidebarView.tsx
@@ -150,7 +150,7 @@ const OrganizationsSettingsNavigation: FC<
150
<hr className="h-px my-2 border-none bg-border -mx-2" />
151
)}
152
<CommandItem
153
- className="flex justify-center"
+ className="flex justify-center data-[selected=true]:bg-transparent"
154
onSelect={() => {
155
setIsPopoverOpen(false);
156
navigate("/organizations/new");
0 commit comments