fix: remove white background for modal panel

This commit is contained in:
Tienson Qin
2021-03-07 14:41:58 +08:00
parent e3979a8564
commit a919ce8200

View File

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