mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
[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:
parent
8d343ff9f5
commit
d4abb49adb
1 changed files with 1 additions and 1 deletions
|
|
@ -2015,7 +2015,7 @@ export const widgets = [
|
|||
},
|
||||
events: [],
|
||||
styles: {
|
||||
backgroundColor: { value: '' },
|
||||
backgroundColor: { value: '#fff00000' },
|
||||
textColor: { value: '#000000' },
|
||||
textSize: { value: 14 },
|
||||
textAlign: { value: 'left' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue