Skip to content

Commit e73263b

Browse files
Merge pull request mui#4766 from BrandonSmith/BrandonSmith-patch-4667
Fix invalid `labelColor` being passed
2 parents 2e8d48f + e5d3b7f commit e73263b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Chip/Chip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ class Chip extends Component {
237237
style,
238238
className,
239239
labelStyle,
240+
labelColor, // eslint-disable-line no-unused-vars,prefer-const
240241
backgroundColor, // eslint-disable-line no-unused-vars,prefer-const
241242
onRequestDelete, // eslint-disable-line no-unused-vars,prefer-const
242243
...other,

0 commit comments

Comments
 (0)