mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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: [],
|
events: [],
|
||||||
styles: {
|
styles: {
|
||||||
backgroundColor: { value: '' },
|
backgroundColor: { value: '' },
|
||||||
textColor: { value: '' },
|
textColor: { value: '#fff' },
|
||||||
loaderColor: { value: '' },
|
loaderColor: { value: '' },
|
||||||
visibility: { value: '{{true}}' },
|
visibility: { value: '{{true}}' },
|
||||||
borderRadius: { value: '{{0}}' },
|
borderRadius: { value: '{{0}}' },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue