fix builder bg color

This commit is contained in:
Pete Matsyburka
2024-04-23 01:57:45 +03:00
parent 2d76198290
commit d9318c04f8
5 changed files with 36 additions and 15 deletions
@@ -24,6 +24,7 @@
:submitters="submitters"
:editable="editable"
:mobile-view="true"
:menu-style="{ backgroundColor: ['', null, 'transparent'].includes(backgroundColor) ? 'white' : backgroundColor }"
@new-submitter="save"
@remove="removeSubmitter"
@name-change="save"
@@ -43,7 +44,7 @@ export default {
Field,
FieldSubmitter
},
inject: ['save', 't'],
inject: ['save', 't', 'backgroundColor'],
props: {
drawField: {
type: Object,