chore(format): reformat header and search page

This commit is contained in:
zetaloop
2026-02-25 13:30:33 +08:00
parent 428e6f891e
commit cd759ae309
2 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -136,7 +136,9 @@ export function Header() {
<DropdownMenuItem
key={role}
onClick={() => handleRoleSwitch(role)}
className={cn(currentRole === role && "bg-accent")}
className={cn(
currentRole === role && "bg-accent text-accent-foreground rounded-md",
)}
>
{label}
</DropdownMenuItem>