You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/feedback/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -126,15 +126,18 @@ Colors can be customized via the Feedback constructor or by defining CSS variabl
126
126
|`submitBackground`|`--submit-background`|`rgba(88, 74, 192, 1)`|`rgba(88, 74, 192, 1)`| Background color for the submit button |
127
127
|`submitBackgroundHover`|`--submit-background-hover`|`rgba(108, 95, 199, 1)`|`rgba(108, 95, 199, 1)`| Background color when hovering over the submit button |
128
128
|`submitBorder`|`--submit-border`|`rgba(108, 95, 199, 1)`|`rgba(108, 95, 199, 1)`| Border style for the submit button |
129
+
|`submitOutlineFocus`|`--submit-outline-focus`|`rgba(108, 95, 199, 1)`|`rgba(108, 95, 199, 1)`| Outline color for the submit button, in the focused state |
129
130
|`submitForeground`|`--submit-foreground`|`#ffffff`|`#ffffff`| Foreground color for the submit button |
131
+
|`submitForegroundHover`|`--submit-foreground-hover`|`#ffffff`|`#ffffff`| Foreground color for the submit button |
130
132
|`cancelBackground`|`--cancel-background`|`transparent`|`transparent`| Background color for the cancel button |
131
133
|`cancelBackgroundHover`|`--cancel-background-hover`|`var(--background-hover)`|`var(--background-hover)`| Background color when hovering over the cancel button |
132
134
|`cancelBorder`|`--cancel-border`|`var(--border)`|`var(--border)`| Border style for the cancel button |
135
+
|`cancelOutlineFocus`|`--cancel-outline-focus`|`var(--input-outline-focus)`|`var(--input-outline-focus)`| Outline color for the cancel button, in the focused state |
133
136
|`cancelForeground`|`--cancel-foreground`|`var(--foreground)`|`var(--foreground)`| Foreground color for the cancel button |
134
137
|`inputBackground`|`--input-background`|`inherit`|`inherit`| Background color for form inputs |
135
138
|`inputForeground`|`--input-foreground`|`inherit`|`inherit`| Foreground color for form inputs |
136
139
|`inputBorder`|`--input-border`|`var(--border)`|`var(--border)`| Border styles for form inputs |
137
-
|`inputBorderFocus`|`--input-border-focus`|`rgba(108, 95, 199, 1)`|`rgba(108, 95, 199, 1)`|Border styles for form inputs when focused |
140
+
|`inputOutlineFocus`|`--input-outline-focus`|`rgba(108, 95, 199, 1)`|`rgba(108, 95, 199, 1)`|Outline color for form inputs when focused |
138
141
139
142
Here is an example of customizing only the background color for the light theme using the Feedback constructor configuration.
0 commit comments