Skip to content

Commit 7b048f1

Browse files
committed
fix(colorwheel): typos
1 parent 8eca7d7 commit 7b048f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/colorwheel/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
user-select: none;
4242
cursor: default;
4343

44-
/* calcs wrapping --spectrum-colorwheel-border-width are used to properly position the border drawn using this ::before psueo element over the exterior edge of the colorwheel. The size is reduced and positioning adjusted to create the border effect. */
44+
/* calcs wrapping --spectrum-colorwheel-border-width are used to properly position the border drawn using this ::before pseudo element over the exterior edge of the colorwheel. The size is reduced and positioning adjusted to create the border effect. */
4545
&::before {
4646
inline-size: calc(var(--spectrum-colorwheel-width) - calc(4 * var(--spectrum-colorwheel-border-width)));
4747
block-size: calc(var(--spectrum-colorwheel-width) - calc(4 * var(--spectrum-colorwheel-border-width)));
@@ -86,7 +86,7 @@
8686
block-size: var(--mod-colorwheel-colorarea-container-size, var(--spectrum-colorwheel-colorarea-container-size));
8787
margin: auto;
8888

89-
/* calcs wrapping --spectrum-colorwheel-border-width are used to properly position the border drawn using this ::before psueo element over the interior edge of the colorwheel. The size is increased and positioning adjusted to create the border effect. */
89+
/* calcs wrapping --spectrum-colorwheel-border-width are used to properly position the border drawn using this ::before pseudo element over the interior edge of the colorwheel. The size is increased and positioning adjusted to create the border effect. */
9090
&::before {
9191
inline-size: calc(var(--mod-colorwheel-colorarea-container-size, var(--spectrum-colorwheel-colorarea-container-size)) + calc(2 * var(--spectrum-colorwheel-border-width)));
9292
block-size: calc(var(--mod-colorwheel-colorarea-container-size, var(--spectrum-colorwheel-colorarea-container-size)) + calc(2 * var(--spectrum-colorwheel-border-width)));

0 commit comments

Comments
 (0)