Skip to content

Commit

Permalink
feat(feedback): [v7] Customize feedback placeholder text color (#11521)
Browse files Browse the repository at this point in the history
Backports #11417 to v7
  • Loading branch information
c298lee committed Apr 10, 2024
1 parent 6211563 commit 220580f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/feedback/src/widget/Dialog.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
padding: 6px 12px;
}
.form__input::placeholder {
color: var(--input-foreground);
opacity: 0.65;
}
.form__input:focus-visible {
outline: 1px auto var(--input-outline-focus);
}
Expand Down

0 comments on commit 220580f

Please sign in to comment.