Skip to content

Commit

Permalink
better to set the gripper icon size here
Browse files Browse the repository at this point in the history
  • Loading branch information
miloofcroton committed May 6, 2019
1 parent 3350cd7 commit 3c4c725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const GripperVerticalIcon = createClass({

return (
<Icon
width={20}
width={2}
height={16}
viewBox="0 0 2 16"
{...omitProps(passThroughs, GripperVerticalIcon, [], false)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/SidePanel/SidePanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class SidePanel extends React.Component {
onDrag={this.handleResize}
onDragEnd={this.handleResizeEnd}
>
<GripperVerticalIcon />
<GripperVerticalIcon width="20" />
</DragCaptureZone>
)}
<div className={cx('&-content')}>{children}</div>
Expand Down

0 comments on commit 3c4c725

Please sign in to comment.