From 039291f5ac9639b84b26a40231a1889c9215d600 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 9 Oct 2021 10:40:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20fix=20=E9=BB=91=E5=A4=9C=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E7=9A=84modal=E6=A1=86=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles/antd/dark.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/src/styles/antd/dark.less b/web/src/styles/antd/dark.less index 708f4903..35038006 100644 --- a/web/src/styles/antd/dark.less +++ b/web/src/styles/antd/dark.less @@ -189,4 +189,15 @@ stroke: #434343 } } + + // Modal + .ant-modal { + .ant-modal-content { + background-color: #222222; + + .ant-modal-confirm-content { + @apply text-typography-dark; + } + } + } }