Skip to content

Commit

Permalink
fix(react): fix non-text contrast with text fields (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Dec 4, 2024
1 parent 983c89f commit afe4062
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified e2e/screenshots/combobox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/searchfield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/textfield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/styles/forms.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--field-background-color: var(--white);
--field-content-color: var(--text-color-base);
--field-border-color: var(--gray-40);
--field-border-color: var(--gray-60);
--field-border-color-underline: var(--gray-80);
--field-border-color-hover: var(--gray-90);
--field-border-color-focus: var(--accent-primary);
Expand Down

0 comments on commit afe4062

Please sign in to comment.