Skip to content

Commit e289002

Browse files
committed
style(web): update button styles in organization switcher for improved UI consistency
1 parent b127eb3 commit e289002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/organization-switcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function OrganizationSwitcher() {
3232
<DropdownMenuTrigger asChild>
3333
<Button
3434
variant="ghost"
35-
className="h-8 px-2 text-sm font-medium hover:bg-neutral-200/50 dark:hover:bg-neutral-700/50"
35+
className="h-8 px-2 text-sm font-medium bg-neutral-300/50 hover:bg-neutral-300/50 dark:bg-neutral-600/50 dark:hover:bg-neutral-600/50"
3636
>
3737
<span className="font-semibold">{currentOrgName}</span>
3838
<ChevronsUpDown className="ml-2 size-4 text-neutral-500 dark:text-neutral-400" />

0 commit comments

Comments
 (0)