diff --git a/packages/calcite-components/src/components/meter/meter.scss b/packages/calcite-components/src/components/meter/meter.scss index eb0d46df548..c229a73e7fb 100644 --- a/packages/calcite-components/src/components/meter/meter.scss +++ b/packages/calcite-components/src/components/meter/meter.scss @@ -5,6 +5,7 @@ * * @prop --calcite-meter-background-color: Specifies the background color of the component. * @prop --calcite-meter-border-color: Specifies the border color of the component and displayed step lines. + * @prop --calcite-meter-box-shadow: Specifies the box shadow of the component. * @prop --calcite-meter-corner-radius: Specifies the corner radius of the component. * @prop --calcite-meter-fill-color: Specifies the color of the component's fill. * @prop --calcite-meter-range-text-color: Specifies the color of the component's range labels.