Skip to content

Commit

Permalink
Resolved linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoustonataegis committed Dec 1, 2021
1 parent e157fe4 commit af95d83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const StyledMinSlider = styled(Slider)<{
.ant-slider-rail {
background-color: ${
validateStatus ? theme.colors[validateStatus]?.light1 : LIGHT_BLUE
};
};
}
.ant-slider-track {
Expand All @@ -55,7 +55,7 @@ const StyledMinSlider = styled(Slider)<{
.ant-slider-rail {
background-color: ${
validateStatus ? theme.colors[validateStatus]?.base : DARK_BLUE
};
};
}
.ant-slider-track {
Expand Down

0 comments on commit af95d83

Please sign in to comment.