Skip to content

Commit

Permalink
Revert "Improve input field contrast in extension console and app (#7764
Browse files Browse the repository at this point in the history
)"

This reverts commit 22bc0cc.
  • Loading branch information
grahamlangford committed Mar 4, 2024
1 parent 583c480 commit ba35a7c
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: hsl(0, 0%, 80%); // Matches react-select's border
$border-color: $neutral-surface-color;
$circle-border: $white;

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

0 comments on commit ba35a7c

Please sign in to comment.