Skip to content

Commit

Permalink
fix(theme): revert 79 to 179 in yellow-soft
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code committed Aug 26, 2023
1 parent 92fd08e commit 0fd5dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
--vp-c-yellow-1: #915930;
--vp-c-yellow-2: #946300;
--vp-c-yellow-3: #9f6a00;
--vp-c-yellow-soft: rgba(234, 79, 8, 0.14);
--vp-c-yellow-soft: rgba(234, 179, 8, 0.14);

--vp-c-red-1: #b8272c;
--vp-c-red-2: #d5393e;
Expand Down

0 comments on commit 0fd5dbb

Please sign in to comment.