Tweaked did-not-render text color to be slightly dimmer

This commit is contained in:
Brian Vaughn
2019-05-22 08:32:10 -07:00
parent a03c3b5d14
commit ec44eb1e4c
+1 -1
View File
@@ -22,7 +22,7 @@
--light-color-commit-did-not-render-fill: #cfd1d5;
--light-color-commit-did-not-render-fill-text: #000000;
--light-color-commit-did-not-render-pattern: #cfd1d5;
--light-color-commit-did-not-render-pattern-text: #000000;
--light-color-commit-did-not-render-pattern-text: #333333;
--light-color-commit-gradient-0: #37afa9;
--light-color-commit-gradient-1: #63b19e;
--light-color-commit-gradient-2: #80b393;