fix(dropdown): update button border color

This commit is contained in:
ByteAtATime 2025-07-08 12:41:01 -07:00
parent fcf4557761
commit 4f204b2ec9
No known key found for this signature in database

View file

@ -98,7 +98,7 @@
<Button
{...popoverTriggerProps}
variant="outline"
class="h-9 w-64 justify-between !px-2.5"
class="!border-border h-9 w-64 justify-between !px-2.5"
role="combobox"
aria-expanded={open}
title={componentProps.tooltip}