mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-21 16:08:35 +00:00
* fixed the buttons default text color * fix Co-authored-by: arpitnath <arpitnath42@gmail.com>
This commit is contained in:
parent
ba178a131a
commit
0826c32302
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ export const widgets = [
|
|||
events: [],
|
||||
styles: {
|
||||
backgroundColor: { value: '' },
|
||||
textColor: { value: '' },
|
||||
textColor: { value: '#fff' },
|
||||
loaderColor: { value: '' },
|
||||
visibility: { value: '{{true}}' },
|
||||
borderRadius: { value: '{{0}}' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue