mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Change labels to sentence case for Text Input Component (#7842)
This commit is contained in:
parent
bb7e06e52a
commit
b26564f533
1 changed files with 4 additions and 4 deletions
|
|
@ -1095,22 +1095,22 @@ export const widgets = [
|
|||
styles: {
|
||||
textColor: {
|
||||
type: 'color',
|
||||
displayName: 'Text Color',
|
||||
displayName: 'Text color',
|
||||
validation: { schema: { type: 'string' } },
|
||||
},
|
||||
backgroundColor: {
|
||||
type: 'color',
|
||||
displayName: 'Background Color',
|
||||
displayName: 'Background color',
|
||||
validation: { schema: { type: 'string' } },
|
||||
},
|
||||
borderColor: {
|
||||
type: 'color',
|
||||
displayName: 'Border Color',
|
||||
displayName: 'Border color',
|
||||
validation: { schema: { type: 'string' } },
|
||||
},
|
||||
errTextColor: {
|
||||
type: 'color',
|
||||
displayName: 'Error Text Color',
|
||||
displayName: 'Error text color',
|
||||
validation: { schema: { type: 'string' } },
|
||||
},
|
||||
borderRadius: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue