File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const variants = {
39
39
} ,
40
40
"secondary-small" : {
41
41
container :
42
- "px-1 h-6 w-full rounded border border-charcoal-600 hover:border-charcoal-550 bg-secondary hover:bg-charcoal-650" ,
42
+ "px-1 h-6 w-full rounded border border-charcoal-600 hover:border-charcoal-550 bg-grid-dimmed hover:bg-charcoal-650" ,
43
43
input : "px-1 rounded text-xs" ,
44
44
iconSize : "size-3 ml-0.5" ,
45
45
accessory : "pr-0.5" ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export function AIFilterInput() {
112
112
ref = { inputRef }
113
113
className = { cn (
114
114
"disabled:text-text-dimmed/50" ,
115
- isFocused && "placeholder:text-text-dimmed"
115
+ isFocused && "placeholder:text-text-dimmed/70 "
116
116
) }
117
117
containerClassName = "has-[:disabled]:opacity-100"
118
118
onKeyDown = { ( e ) => {
You can’t perform that action at this time.
0 commit comments