Fixes: #7746 Changed labels to sentence case for NumberInput (#7914)

This commit is contained in:
Bhushan1019 2023-11-01 16:34:37 +05:30 committed by GitHub
parent 6872346f7b
commit 7a40bd7bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1264,11 +1264,11 @@ export const widgets = [
},
backgroundColor: {
type: 'color',
displayName: 'Background Color',
displayName: 'Background color',
},
borderColor: {
type: 'color',
displayName: 'Border Color',
displayName: 'Border color',
validation: {
schema: { type: 'string' },
},