Преглед изворни кода

fix: remove white background for modal panel

Tienson Qin пре 4 година
родитељ
комит
a919ce8200
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/frontend/ui.css

+ 1 - 1
src/main/frontend/ui.css

@@ -66,7 +66,7 @@
   }
 
   &-panel {
-    @apply relative bg-white rounded-md p-8 shadow-xl;
+    @apply relative rounded-md p-8 shadow-xl;
   }
 
   &-close {