diff --git a/packages/core/src/components/chip/chip.vars.scss b/packages/core/src/components/chip/chip.vars.scss index 94b1ae50a1..ec54462767 100644 --- a/packages/core/src/components/chip/chip.vars.scss +++ b/packages/core/src/components/chip/chip.vars.scss @@ -6,9 +6,6 @@ /// @prop - Border radius of the icon in the chip $chip-icon-border-radius: 50% !default; -/// @prop - Text alignment of the icon in the chip -$chip-icon-text-align: center !default; - /// @prop - Width and height of the icon in the chip $chip-icon-size: 32px !default;