Skip to content

Commit a3ebebc

Browse files
authored
docs(feedback): Add configuration row for cancelForegroundHover (#9480)
+ tweak some existing descriptions
1 parent 170dcc5 commit a3ebebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/feedback/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ Colors can be customized via the Feedback constructor or by defining CSS variabl
128128
| `submitBorder` | `--submit-border` | `rgba(108, 95, 199, 1)` | `rgba(108, 95, 199, 1)` | Border style for the submit button |
129129
| `submitOutlineFocus` | `--submit-outline-focus` | `rgba(108, 95, 199, 1)` | `rgba(108, 95, 199, 1)` | Outline color for the submit button, in the focused state |
130130
| `submitForeground` | `--submit-foreground` | `#ffffff` | `#ffffff` | Foreground color for the submit button |
131-
| `submitForegroundHover` | `--submit-foreground-hover` | `#ffffff` | `#ffffff` | Foreground color for the submit button |
131+
| `submitForegroundHover` | `--submit-foreground-hover` | `#ffffff` | `#ffffff` | Foreground color for the submit button when hovering |
132132
| `cancelBackground` | `--cancel-background` | `transparent` | `transparent` | Background color for the cancel button |
133133
| `cancelBackgroundHover` | `--cancel-background-hover` | `var(--background-hover)` | `var(--background-hover)` | Background color when hovering over the cancel button |
134134
| `cancelBorder` | `--cancel-border` | `var(--border)` | `var(--border)` | Border style for the cancel button |
135135
| `cancelOutlineFocus` | `--cancel-outline-focus` | `var(--input-outline-focus)` | `var(--input-outline-focus)` | Outline color for the cancel button, in the focused state |
136136
| `cancelForeground` | `--cancel-foreground` | `var(--foreground)` | `var(--foreground)` | Foreground color for the cancel button |
137+
| `cancelForegroundHover` | `--cancel-foreground-hover` | `var(--foreground)` | `var(--foreground)` | Foreground color for the cancel button when hovering |
137138
| `inputBackground` | `--input-background` | `inherit` | `inherit` | Background color for form inputs |
138139
| `inputForeground` | `--input-foreground` | `inherit` | `inherit` | Foreground color for form inputs |
139140
| `inputBorder` | `--input-border` | `var(--border)` | `var(--border)` | Border styles for form inputs |

0 commit comments

Comments
 (0)