Fix: Changed to SentenceCase for DividerComponent (#7883)

* changed to SentenceCase for DividerComponent

* changed Divide Color to Divide color
This commit is contained in:
Anurag De 2023-10-31 18:29:00 +05:30 committed by GitHub
parent 97941b6913
commit 6022e8d9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3073,7 +3073,7 @@ export const widgets = [
styles: {
dividerColor: {
type: 'color',
displayName: 'Divider Color',
displayName: 'Divider color',
validation: {
schema: { type: 'string' },
},