Skip to content

Commit

Permalink
chore(colorwheel): update property name
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Jan 22, 2025
1 parent 83ad0bd commit cbcd3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/colorwheel/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"--spectrum-colorwheel-colorarea-margin",
"--spectrum-colorwheel-fill-color-disabled",
"--spectrum-colorwheel-height",
"--spectrum-colorwheel-min-inline-size",
"--spectrum-colorwheel-min-width",
"--spectrum-colorwheel-path",
"--spectrum-colorwheel-path-borders",
Expand Down
2 changes: 1 addition & 1 deletion components/colorwheel/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.spectrum-ColorWheel {
--spectrum-colorwheel-width: var(--spectrum-color-wheel-width);
--spectrum-colorwheel-min-width: var(--spectrum-color-wheel-minimum-width);
--spectrum-colorwheel-min-inline-size: var(--spectrum-color-wheel-minimum-width);
--spectrum-colorwheel-height: var(--spectrum-color-wheel-width);

/* @TODO: leveraging the rgb token in this case to achieve the desired border color implementation as rgb + opacity are required by the `rgba` function. */
Expand Down

0 comments on commit cbcd3de

Please sign in to comment.