Skip to content

Commit 0fcbcb5

Browse files
committed
fix(swatch+swatchgroup): revert rounding comment change
1 parent 7ebc8f5 commit 0fcbcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/swatch/stories/swatch.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Disabled.parameters = {
165165
};
166166

167167
/**
168-
* Full rounding is usually used when a swatch is presented by itself near other components.
168+
* Default rounding and full rounding are usually used when a swatch is presented by itself near other components. A rounding of “none” is used in a swatch group to help minimize the Hermann grid illusion that happens at the intersections of white space in the group.
169169
*/
170170
export const Rounding = RoundingGroup.bind({});
171171
Rounding.tags = ["!dev"];

0 commit comments

Comments
 (0)