Henry Jameson 2 months ago
parent
commit
c677bbf102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/component_preview/component_preview.vue

+ 1 - 1
src/components/component_preview/component_preview.vue

@@ -166,7 +166,7 @@
     }
 
     .preview-block {
-      background: var(--background);
+      background: var(--background, var(--bg));
       display: flex;
       justify-content: center;
       align-items: center;