From ec44eb1e4c25ff1de863fb7cf36f4b269ca45d93 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 22 May 2019 08:32:10 -0700 Subject: [PATCH] Tweaked did-not-render text color to be slightly dimmer --- src/devtools/views/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/views/root.css b/src/devtools/views/root.css index cc6c628106..9969752f87 100644 --- a/src/devtools/views/root.css +++ b/src/devtools/views/root.css @@ -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;