From 9cda3615235a0eda3465b38e6dc18cf060466504 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 27 May 2021 14:31:47 +0200 Subject: [PATCH] :sparkles: Removed unnecessary background box --- frontend/src/app/main/exports.cljs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/exports.cljs b/frontend/src/app/main/exports.cljs index 1f70e5e48..1496caaa2 100644 --- a/frontend/src/app/main/exports.cljs +++ b/frontend/src/app/main/exports.cljs @@ -148,8 +148,10 @@ :version "1.1" :xmlnsXlink "http://www.w3.org/1999/xlink" :xmlns "http://www.w3.org/2000/svg" - :xmlns:penpot "https://penpot.app/xmlns"} - [:& background {:vbox dim :color background-color}] + :xmlns:penpot "https://penpot.app/xmlns" + :style {:width "100%" + :height "100%" + :background background-color}} (for [item shapes] (let [frame? (= (:type item) :frame)] (cond