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 = {
3939 } ,
4040 "secondary-small" : {
4141 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" ,
4343 input : "px-1 rounded text-xs" ,
4444 iconSize : "size-3 ml-0.5" ,
4545 accessory : "pr-0.5" ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export function AIFilterInput() {
112112 ref = { inputRef }
113113 className = { cn (
114114 "disabled:text-text-dimmed/50" ,
115- isFocused && "placeholder:text-text-dimmed"
115+ isFocused && "placeholder:text-text-dimmed/70 "
116116 ) }
117117 containerClassName = "has-[:disabled]:opacity-100"
118118 onKeyDown = { ( e ) => {
You can’t perform that action at this time.
0 commit comments