Change labels to sentence case for Text Input Component (#7842)

This commit is contained in:
Saikiran Patil 2023-10-20 14:59:33 +05:30 committed by GitHub
parent bb7e06e52a
commit b26564f533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {