From d22a4789db07d60dfaa7941051e6ec7bfaa56110 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 9 Oct 2018 12:09:20 +0200 Subject: [PATCH] Removed test border --- src/components/Heading/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Heading/index.js b/src/components/Heading/index.js index 466671c0..c2a8165c 100644 --- a/src/components/Heading/index.js +++ b/src/components/Heading/index.js @@ -30,7 +30,6 @@ const H2 = styled.h2` const H3 = styled.h3` ${baseStyles}; font-size: 14px; - border: 1px solid red; margin-bottom: 10px; `;