From 6677e375b47eb64d2295bd479ece681df97349c6 Mon Sep 17 00:00:00 2001 From: dzannotti Date: Mon, 10 Aug 2015 23:44:52 +0100 Subject: [PATCH] removed opacity on monitor --- src/react/DebugPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/DebugPanel.js b/src/react/DebugPanel.js index 9f5290ea..a9c1ca19 100644 --- a/src/react/DebugPanel.js +++ b/src/react/DebugPanel.js @@ -14,7 +14,7 @@ export function getDefaultStyle(props) { zIndex: 10000, fontSize: 17, overflow: 'hidden', - opacity: 0.9, + opacity: 1, color: 'white', left: left ? 0 : undefined, right: right ? 0 : undefined,