Update default button color to match new theme

This commit is contained in:
navaneeth 2021-12-04 23:37:41 +05:30
parent f533e3c6c1
commit 5ff6b5170b

View file

@ -145,7 +145,7 @@ export const componentTypes = [
},
events: [],
styles: {
backgroundColor: { value: '#3c92dc' },
backgroundColor: { value: '#375FCF' },
textColor: { value: '#fff' },
visibility: { value: '{{true}}' },
borderRadius: { value: '{{0}}' },