diff --git a/src/additional-components/Background/Background.vue b/src/additional-components/Background/Background.vue index bc31c208..ac873a75 100644 --- a/src/additional-components/Background/Background.vue +++ b/src/additional-components/Background/Background.vue @@ -58,11 +58,9 @@ export default { :style="{ height: `${props.height > 100 ? 100 : props.height}%`, width: `${props.width > 100 ? 100 : props.width}%`, - backgroundColor: props.bgColor ?? '#fff', }" > + + +