Skip to content

Commit

Permalink
fix "search again" popover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
aelew committed Aug 26, 2024
1 parent e2a2e30 commit 48d3053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function DomainHeader() {
</Button>
</PopoverTrigger>
<PopoverContent
className="rounded-full border-none bg-transparent p-0 shadow-none"
className="rounded-full border-none bg-background p-0 shadow-none"
sideOffset={8}
>
<SearchAgainForm />
Expand Down

0 comments on commit 48d3053

Please sign in to comment.