Added text widget default color (#4228)

This commit is contained in:
Prabesh Bista 2022-10-03 01:08:58 +09:30 committed by GitHub
parent 895accb46c
commit de576fd858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1839,7 +1839,7 @@ export const widgets = [
events: [],
styles: {
backgroundColor: { value: '' },
textColor: { value: '' },
textColor: { value: '#000000' },
textSize: { value: 14 },
textAlign: { value: 'left' },
fontWeight: { value: 'normal' },