feat: convert Color Picker color property label to sentence case (#7993)

This commit is contained in:
Pranav Joglekar 2023-10-30 09:08:40 +05:30 committed by GitHub
parent 0312719c6a
commit da3cfb3cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5280,7 +5280,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
description: 'Choose colors from a palette',
component: 'ColorPicker',
properties: {
defaultColor: { type: 'color', displayName: 'Default Color' },
defaultColor: { type: 'color', displayName: 'Default color' },
},
defaultSize: {
width: 9,