Skip to content

Commit f3f8289

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/proud-schools-reply.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#### S2 migration swatchgroup
77

8-
This migrates the `rating` component to S2. Custom properties have been remapped and added per the design specification.
8+
This migrates the `swatch` and `swatchgroup` components to S2. Custom properties have been remapped and added per the design specification.
99

1010
An `Add Swatch` variant has been added with the required color tokens and the specified add UI icon.
1111

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)