mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
feat: convert Color Picker color property label to sentence case (#7993)
This commit is contained in:
parent
0312719c6a
commit
da3cfb3cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue