diff --git a/packages/react/src/components/Chip/chip.scss b/packages/react/src/components/Chip/chip.scss index 08872cdb..f98b4a57 100644 --- a/packages/react/src/components/Chip/chip.scss +++ b/packages/react/src/components/Chip/chip.scss @@ -19,9 +19,6 @@ .oxygen-chip { border-radius: var(--oxygen-customComponents-Chip-properties-border-radius); border: var(--oxygen-customComponents-Chip-properties-border); - text-transform: var(--oxygen-customComponents-Chip-properties-text-transform); - font-weight: var(--oxygen-customComponents-Chip-properties-font-weight); - line-height: var(--oxygen-customComponents-Chip-properties-line-height); .MuiChip-icon { fill: var(--oxygen-palette-text-primary);