mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
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:
parent
cbe319c03a
commit
e55b81bce7
2 changed files with 6 additions and 1 deletions
5
.changeset/green-timers-explode.md
Normal file
5
.changeset/green-timers-explode.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Support light-mode in tagging dropdown menu
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue