Skip to content

Commit

Permalink
fix(slider): fix disabled slider mark style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Apr 9, 2020
1 parent f1cb08e commit d265c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const Tick = styled.span`
isDisabled &&
css`
${createDisabledTextStyles()}
box-shadow: 1px 1px 1px ${theme.textDisabledShadow};
box-shadow: 1px 1px 0px ${theme.textDisabledShadow};
border-color: ${theme.textDisabled};
`}
`;
Expand Down

0 comments on commit d265c6c

Please sign in to comment.