[docs] Fixed default text widget bg color (#5343)

* Fixed default text widget bg color

* Added default background colour for text component

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
This commit is contained in:
Aviroop Banerjee 2023-05-16 01:06:37 +05:30 committed by GitHub
parent 8d343ff9f5
commit d4abb49adb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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