mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 11:17:27 +00:00
fix(dropdown): update button border color
This commit is contained in:
parent
fcf4557761
commit
4f204b2ec9
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue