diff --git a/components/colorwheel/dist/metadata.json b/components/colorwheel/dist/metadata.json index fd21365b8a..efe7de502d 100644 --- a/components/colorwheel/dist/metadata.json +++ b/components/colorwheel/dist/metadata.json @@ -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", diff --git a/components/colorwheel/index.css b/components/colorwheel/index.css index d827ac9caf..7dd251f1ac 100644 --- a/components/colorwheel/index.css +++ b/components/colorwheel/index.css @@ -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. */