config.js (376B)
1 export default { 2 position: { 3 bottom: 0, 4 right: 0, 5 }, 6 event: 'click', 7 8 mainButtonStyles: { 9 backgroundColor: '#24B0A6', 10 fill: '#ffffff', 11 transform: 'none', 12 transition: 'none', 13 transformOrigin: 'none', 14 }, 15 alwaysShowTitle: false, 16 actionButtonStyles: { 17 backgroundColor: '#19837C', 18 } 19 }