|
77 | 77 | ) |
78 | 78 |
|
79 | 79 | BTN_VARIANT_OUTLINE_CLASSES = ( |
80 | | - "border bg-background shadow-xs dark:bg-input/30 dark:border-input " |
| 80 | + "border bg-input/40 shadow-xs dark:bg-input/30 dark:border-input " |
81 | 81 | "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50" |
82 | 82 | ) |
83 | 83 |
|
|
91 | 91 |
|
92 | 92 | # Base field trigger (for select, combobox triggers - uses button outline variant) |
93 | 93 | FIELD_TRIGGER_BASE_CLASSES = ( |
94 | | - "border bg-background shadow-xs dark:bg-input/30 dark:border-input " |
| 94 | + "border bg-input/40 shadow-xs dark:bg-input/30 dark:border-input " |
95 | 95 | "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50 " |
96 | 96 | f"{INTERACTIVE_STATE_CLASSES}" |
97 | 97 | ) |
|
101 | 101 | "appearance-none file:text-foreground placeholder:text-muted-foreground " |
102 | 102 | "selection:bg-primary selection:text-primary-foreground " |
103 | 103 | "dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border " |
104 | | - "bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] " |
| 104 | + "bg-input/40 px-3 py-1 text-base shadow-xs transition-[color,box-shadow] " |
105 | 105 | f"{INTERACTIVE_STATE_CLASSES} md:text-sm " |
106 | 106 | "file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium" |
107 | 107 | ) |
108 | 108 |
|
109 | 109 | # Native select specific (includes chevron icon background) |
110 | 110 | SELECT_NATIVE_BASE_CLASSES = ( |
111 | 111 | "appearance-none border-input dark:bg-input/30 dark:hover:bg-input/50 " |
112 | | - "flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent " |
| 112 | + "flex w-fit items-center justify-between gap-2 rounded-md border bg-input/40 " |
113 | 113 | "pl-3 pr-9 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] " |
114 | 114 | f"{INTERACTIVE_STATE_CLASSES} h-9 " |
115 | 115 | "bg-(image:--chevron-down-icon-50) bg-no-repeat bg-position-[center_right_0.75rem] bg-size-[1rem]" |
|
0 commit comments