Updated default text color for table widget (#4247)

This commit is contained in:
Paarth Agarwal 2022-10-10 08:14:52 +05:30 committed by GitHub
parent ba8ad8147c
commit 04cc884bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,7 @@ export const widgets = [
},
events: [],
styles: {
textColor: { value: '' },
textColor: { value: '#000' },
actionButtonRadius: { value: '0' },
visibility: { value: '{{true}}' },
disabledState: { value: '{{false}}' },