Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ichik committed Feb 20, 2025
1 parent 8c278ad commit e96d375
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const StyledSlider = styled.div<{
${({ disabled }) =>
disabled &&
`
opacity: 0.6;
opacity: var(--ads-v2-opacity-disabled);
cursor: not-allowed !important;
`}
Expand Down Expand Up @@ -61,7 +61,7 @@ export const Thumb = styled.div`

export const Rail = styled.div`
position: absolute;
background-color: var(--ads-v2-color-bg-emphasis);
background-color: var(--ads-v2-color-border);
height: var(--ads-v2-spaces-1);
transform: translateY(-50%);
width: calc(100% + var(--ads-v2-spaces-5));
Expand Down

0 comments on commit e96d375

Please sign in to comment.