diff --git a/src/devtools/views/root.css b/src/devtools/views/root.css index 9969752f87..5dba64cc20 100644 --- a/src/devtools/views/root.css +++ b/src/devtools/views/root.css @@ -72,7 +72,7 @@ --dark-color-button-background-focus: #3d424a; --dark-color-button: #afb3b9; --dark-color-button-active: #61dafb; - --dark-color-button-disabled: #777d88; + --dark-color-button-disabled: #4f5766; --dark-color-button-focus: #a2e9fc; --dark-color-button-hover: #ededed; --dark-color-border: #3d424a;