From a3a90f99bb72e866780b9e46c481f85c7d375f3a Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Tue, 3 Oct 2017 00:30:41 -0700 Subject: [PATCH] Fix selected color block --- components/ColorPicker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ColorPicker.js b/components/ColorPicker.js index 381038c..754aac7 100644 --- a/components/ColorPicker.js +++ b/components/ColorPicker.js @@ -61,14 +61,14 @@ class ColorPicker extends React.Component { user-select: none; cursor: default; height: 100%; - width: 36px; + padding: 0 8px; border-right: 0.5px solid ${COLORS.SECONDARY}; } .bg-color { cursor: pointer; - height: 100%; - width: 36px; + height: 98%; + width: 100%; border-radius: 0px 2px 2px 0px; }