From b3c79f74dffdbb98523dd95d25b05fc494540df3 Mon Sep 17 00:00:00 2001 From: Muhammad Muzzammil Date: Sat, 13 Apr 2019 16:34:39 +0530 Subject: [PATCH] Remove color property of input --- components/WindowControls.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/WindowControls.js b/components/WindowControls.js index 3aac179..c09c295 100644 --- a/components/WindowControls.js +++ b/components/WindowControls.js @@ -71,7 +71,6 @@ export default ({ theme, copyable, code }) => ( background: none; outline: none; border: none; - color: white; text-align: center; font-size: 14px; }