fix: fixed labels to sentence case for Rating Component (#7879)

This commit is contained in:
Harsh Sharma 2023-10-31 18:28:15 +05:30 committed by GitHub
parent 2c1de48633
commit 97941b6913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3003,14 +3003,14 @@ export const widgets = [
styles: {
textColor: {
type: 'color',
displayName: 'Star Color',
displayName: 'Star color',
validation: {
schema: { type: 'string' },
},
},
labelColor: {
type: 'color',
displayName: 'Label Color',
displayName: 'Label color',
validation: {
schema: { type: 'string' },
},