Skip to content

Commit 220580f

Browse files
authored
feat(feedback): [v7] Customize feedback placeholder text color (#11521)
Backports #11417 to v7
1 parent 6211563 commit 220580f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/feedback/src/widget/Dialog.css.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
120120
padding: 6px 12px;
121121
}
122122
123+
.form__input::placeholder {
124+
color: var(--input-foreground);
125+
opacity: 0.65;
126+
}
127+
123128
.form__input:focus-visible {
124129
outline: 1px auto var(--input-outline-focus);
125130
}

0 commit comments

Comments
 (0)