Skip to content

Commit

Permalink
Remove margin and fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Aug 6, 2021
1 parent 763313b commit 0646a8a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export const Wrapper = styled.div`
${ wrapperColor };
${ rangeHeight };
${ wrapperMargin };
${ rtl( { marginLeft: 10 } ) }
`;

export const BeforeIconWrapper = styled.span`
Expand Down Expand Up @@ -83,7 +81,7 @@ export const Rail = styled.span`
position: absolute;
margin-top: 14px;
top: 0;
border-radius: 3px;
border-radius: 9999px;
${ railBackgroundColor };
`;
Expand All @@ -102,7 +100,7 @@ const trackBackgroundColor = ( { disabled, trackColor } ) => {

export const Track = styled.span`
background-color: currentColor;
border-radius: 3px;
border-radius: 9999px;
box-sizing: border-box;
height: 3px;
pointer-events: none;
Expand Down

0 comments on commit 0646a8a

Please sign in to comment.