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
+6
View File
@@ -24,6 +24,7 @@
v-show="isFormVisible"
id="form_container"
class="shadow-md bg-base-100 absolute bottom-0 md:bottom-4 w-full border-base-200 border p-4 rounded"
:style="{ backgroundColor: backgroundColor }"
>
<button
v-if="!isCompleted"
@@ -378,6 +379,11 @@ export default {
required: false,
default: ''
},
backgroundColor: {
type: String,
required: false,
default: ''
},
isDirectUpload: {
type: Boolean,
required: false,