We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6211563 commit 220580fCopy full SHA for 220580f
1 file changed
packages/feedback/src/widget/Dialog.css.ts
@@ -120,6 +120,11 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
120
padding: 6px 12px;
121
}
122
123
+.form__input::placeholder {
124
+ color: var(--input-foreground);
125
+ opacity: 0.65;
126
+}
127
+
128
.form__input:focus-visible {
129
outline: 1px auto var(--input-outline-focus);
130
0 commit comments