fixed labels to sentence case for radio component (#7870)

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

View file

@ -1643,14 +1643,14 @@ export const widgets = [
styles: {
textColor: {
type: 'color',
displayName: 'Text Color',
displayName: 'Text color',
validation: {
schema: { type: 'string' },
},
},
activeColor: {
type: 'color',
displayName: 'Active Color',
displayName: 'Active color',
validation: {
schema: { type: 'string' },
},