File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ export const componentTokens = {
10421042 trackLineColorOnDark : globalTokens . hal_blue_l_50 ,
10431043 totalLineThickness : "2px" ,
10441044 totalLineVerticalPosition : "50%" ,
1045- totalLineColor : globalTokens . hal_grey_l_90 ,
1045+ totalLineColor : "#0000001a" ,
10461046 totalLineColorOnDark : globalTokens . hal_grey_l_75 ,
10471047 disabledThumbVerticalPosition : "10px" ,
10481048 disabledThumbBackgroundColor : globalTokens . hal_grey_l_60 ,
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ const SliderInput = styled.input<SliderInputPropsType>`
260260 : props . theme . disabledTotalLineColor + "61"
261261 : props . backgroundType === "dark"
262262 ? props . theme . totalLineColorOnDark + "61"
263- : props . theme . totalLineColor + "61" } ;
263+ : props . theme . totalLineColor } ;
264264 background-image: ${ ( props ) =>
265265 props . disabled
266266 ? props . backgroundType === "dark"
You can’t perform that action at this time.
0 commit comments