fix: Support light-mode in tagging dropdown menu (#1778)

Closes HDX-3472

# Summary

This PR fixes the tagging drop-down menu background so that it is light when in light mode.

## Before

<img width="263" height="248" alt="Screenshot 2026-02-23 at 10 06 59 AM" src="https://github.com/user-attachments/assets/94b64bee-153c-46f1-9053-665d1ad2a3f9" />

## After

<img width="271" height="216" alt="Screenshot 2026-02-23 at 10 37 23 AM" src="https://github.com/user-attachments/assets/d45e9f37-8e1f-47a9-beae-65c3cbba8aba" />
<img width="266" height="345" alt="Screenshot 2026-02-23 at 10 49 21 AM" src="https://github.com/user-attachments/assets/08e294e2-f0a0-4317-8701-57b9722ca60c" />
This commit is contained in:
Drew Davis 2026-02-23 10:56:33 -05:00 committed by GitHub
parent cbe319c03a
commit e55b81bce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/app": patch
---
fix: Support light-mode in tagging dropdown menu

View file

@ -105,7 +105,7 @@ export const Tags = React.memo(
</ActionIcon>
)}
</Popover.Target>
<Popover.Dropdown p={0} bg="dark">
<Popover.Dropdown p={0}>
{isLoading && 'Loading'}
{isError && 'Error'}
<Input