Skip to content

Commit

Permalink
Fix selected color block
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedex committed Oct 3, 2017
1 parent 38c8eff commit a3a90f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/ColorPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a3a90f9

Please sign in to comment.