fix builder field button bg color

This commit is contained in:
Alex Turchyn
2023-08-28 23:43:33 +03:00
parent d3a5f36555
commit 08447ec4cf
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -74,6 +74,7 @@ window.customElements.define('template-builder', class extends HTMLElement {
this.app = createApp(TemplateBuilder, {
template: reactive(JSON.parse(this.dataset.template)),
backgroundColor: '#faf7f5',
isDirectUpload: this.dataset.isDirectUpload === 'true'
})