Skip to content

Commit

Permalink
Fix incorrect color-upvote-icon-bg in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Jul 11, 2021
1 parent 0554ece commit 6401fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ main {
--color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
--color-btn-primary-disabled-bg: #94d3a2;
--color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
--color-scale-blue-8: #0a3069;
--color-scale-blue-1: #b6e3ff;

/* Extensions from color-modes.scss */
--color-upvote-icon-bg: var(--color-scale-blue-1);
Expand Down

0 comments on commit 6401fb8

Please sign in to comment.