Skip to content

Commit d265c6c

Browse files
committed
fix(slider): fix disabled slider mark style issue
1 parent f1cb08e commit d265c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Slider/Slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const Tick = styled.span`
216216
isDisabled &&
217217
css`
218218
${createDisabledTextStyles()}
219-
box-shadow: 1px 1px 1px ${theme.textDisabledShadow};
219+
box-shadow: 1px 1px 0px ${theme.textDisabledShadow};
220220
border-color: ${theme.textDisabled};
221221
`}
222222
`;

0 commit comments

Comments
 (0)