diff --git a/components/Modal/Base.vue b/components/Modal/Base.vue index f2360bc..3fd7079 100644 --- a/components/Modal/Base.vue +++ b/components/Modal/Base.vue @@ -38,7 +38,6 @@ onMounted(() => { max-height: 90dvh; max-width: 90dvw; - background-color: var(--modal-background-color); border-radius: var(--standard-radius); border-width: 0; padding: 0;