fix(ui): theme popover/input tokens and open select below trigger

Select dropdowns (voice tab, guild selector) rendered with a transparent
background because --color-popover/--color-input were undefined, and the
popup overlapped the trigger due to alignItemWithTrigger. Define the missing
theme tokens (popover, popover-foreground, input, secondary) and default the
select popup to open below the trigger.
This commit is contained in:
asepharyana
2026-08-07 18:18:14 +07:00
parent 4f9d4a5c7d
commit abbd78f42b
2 changed files with 15 additions and 1 deletions
@@ -63,7 +63,7 @@ function SelectContent({
sideOffset = 4,
align = "center",
alignOffset = 0,
alignItemWithTrigger = true,
alignItemWithTrigger = false,
...props
}: SelectPrimitive.Popup.Props &
Pick<