Skip to content

Commit

Permalink
Improve input field contrast in extension console and app (#7764)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Mar 1, 2024
1 parent 8e43794 commit 22bc0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vendors/theme/assets/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$content-bg: $neutral-surface-color;
$footer-bg: $neutral-surface-color;
$footer-color: color(dark);
$border-color: $neutral-surface-color;
$border-color: hsl(0, 0%, 80%); // Matches react-select's border
$circle-border: $white;

////////// COLOR VARIABLES //////////
Expand Down

0 comments on commit 22bc0cc

Please sign in to comment.