From 5f473a8e3cc0d23024dda4e2da43b99d3c8cc6fc Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Tue, 11 Sep 2018 15:27:42 +0200 Subject: [PATCH] update border of copyButton --- src/app/tabs/compile-tab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 2c69f03df7..68464d5587 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -560,6 +560,7 @@ const css = csjs` width: auto; margin-left: 5px; background-color: inherit; + border: inherit; } .bytecodeButton { min-width: 80px;