Fixed the buttons default text color to #000 (#4361)

* fixed the buttons default text color

* fix

Co-authored-by: arpitnath <arpitnath42@gmail.com>
This commit is contained in:
abhishekpatil4 2022-10-13 20:51:30 +05:30 committed by GitHub
parent ba178a131a
commit 0826c32302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -555,7 +555,7 @@ export const widgets = [
events: [],
styles: {
backgroundColor: { value: '' },
textColor: { value: '' },
textColor: { value: '#fff' },
loaderColor: { value: '' },
visibility: { value: '{{true}}' },
borderRadius: { value: '{{0}}' },