-      
-        {{ door.day }}
+      
+        {{ door.day > 0 ? door.day : "*" }}
       
     
   
@@ -139,7 +139,6 @@ foreignObject {
   cursor: pointer;
 
   > div {
-    color: red;
     height: inherit;
   }
 }
diff --git a/ui/src/components/editor/RectangleCanvas.vue b/ui/src/components/editor/RectangleCanvas.vue
index 220a30f..2fc72c5 100644
--- a/ui/src/components/editor/RectangleCanvas.vue
+++ b/ui/src/components/editor/RectangleCanvas.vue
@@ -10,10 +10,11 @@
   >
     
-    
+