mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Added text widget default color (#4228)
This commit is contained in:
parent
895accb46c
commit
de576fd858
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue