Skip to content

Commit 75fa671

Browse files
committed
Tweak the darkness of the text field
1 parent ff084a9 commit 75fa671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/webapp/app/components/primitives/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

apps/webapp/app/components/runs/v3/AIFilterInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) => {

0 commit comments

Comments
 (0)