Sven hai 9 meses
pai
achega
8e51c0bec7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/BytmDialog.ts

+ 1 - 1
src/components/BytmDialog.ts

@@ -101,7 +101,7 @@ export class BytmDialog extends NanoEmitter<{
 #bytm-${this.id}-dialog-bg {
   --bytm-dialog-width-max: ${this.options.width}px;
   --bytm-dialog-height-max: ${this.options.height}px;
-}`, `dialog-${this.id}`);
+}`, `dialog-${this.id}-vars`);
 
     this.events.emit("render");
     return bgElem;