Skip to content

Commit

Permalink
fix(colorslider): control name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Jan 13, 2025
1 parent a52e7f0 commit cdaf090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/colorslider/stories/colorslider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ColorSliderGroup = Variants({
},
{
testHeading: "Alpha",
gradientStops: ["rgba(0, 0, 0, 1) 0%", "rgba(0, 0, 0, 0) 100%"],
color: "linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(255, 255, 0) 17%, rgb(0, 255, 0) 33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 67%, rgb(255, 0, 255) 83%, rgb(255, 0, 0) 100%)",
selectedColor: "rgba(0, 0, 0, 1)",
wrapperStyles: {
// Adjust for the indicator
Expand Down

0 comments on commit cdaf090

Please sign in to comment.