mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Updated default text color for table widget (#4247)
This commit is contained in:
parent
ba8ad8147c
commit
04cc884bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ export const widgets = [
|
|||
},
|
||||
events: [],
|
||||
styles: {
|
||||
textColor: { value: '' },
|
||||
textColor: { value: '#000' },
|
||||
actionButtonRadius: { value: '0' },
|
||||
visibility: { value: '{{true}}' },
|
||||
disabledState: { value: '{{false}}' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue