We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df05d0 commit 41aac7cCopy full SHA for 41aac7c
src/Slider/Slider.js
@@ -97,7 +97,7 @@ const Wrapper = styled.div`
97
height: ${size};
98
margin-right: 1.5rem;
99
&:before {
100
- left: -2px;
+ left: -6px;
101
top: -15px;
102
height: calc(100% + 30px);
103
width: ${({ hasMarks }) => (hasMarks ? '41px' : '39px')};
@@ -159,11 +159,13 @@ const Thumb = styled.span`
159
? css`
160
width: 32px;
161
height: 18px;
162
+ right: 2px;
163
transform: translateY(-50%);
164
`
165
: css`
166
height: 32px;
167
width: 18px;
168
+ top: 2px;
169
transform: translateX(-50%);
170
`}
171
${({ variant }) =>
0 commit comments