fix: remove white background for modal panel

pull/1420/head
Tienson Qin 2021-03-07 14:41:58 +08:00
parent e3979a8564
commit a919ce8200
1 changed files with 1 additions and 1 deletions

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 {