Skip to content

Commit 9ca18cb

Browse files
committed
fix(swatch+swatchgroup): no rounding is default; replace test case w/partial rounding
1 parent 766e7bc commit 9ca18cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/swatch/stories/swatch.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ export const SwatchGroup = Variants({
6262
swatchColor: "rgba(174, 216, 230, 0.3)"
6363
},
6464
{
65-
testHeading: "No rounding",
66-
rounding: "none"
65+
testHeading: "Partial rounding",
66+
rounding: "partial"
6767
},
6868
{
6969
testHeading: "Full rounding",

0 commit comments

Comments
 (0)