style: fix 黑夜模式下的modal框颜色

pull/13/head
moonrailgun 4 years ago
parent 3dcbad68fd
commit 039291f5ac

@ -189,4 +189,15 @@
stroke: #434343
}
}
// Modal
.ant-modal {
.ant-modal-content {
background-color: #222222;
.ant-modal-confirm-content {
@apply text-typography-dark;
}
}
}
}

Loading…
Cancel
Save