From 8349c03b8bf881657cf7a9be42f697f2a2b0dd11 Mon Sep 17 00:00:00 2001 From: zsmj Date: Wed, 15 Jun 2022 20:57:16 +0800 Subject: [PATCH] =?UTF-8?q?BI-107564=20fix:=20=E3=80=906.0=E4=B8=80?= =?UTF-8?q?=E8=BD=AE=E5=86=92=E7=83=9F=E3=80=91=E5=B9=B3=E5=8F=B0=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=EF=BC=8C=E7=9B=AE=E5=BD=95=E7=9A=84=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BE=9D=E6=97=A7=E6=98=AF=E9=BB=91=E8=89=B2?= =?UTF-8?q?=E7=9C=8B=E4=B8=8D=E6=B8=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/theme/dark.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/less/theme/dark.less b/src/less/theme/dark.less index a0149a1f9..1ba39a88e 100644 --- a/src/less/theme/dark.less +++ b/src/less/theme/dark.less @@ -2,7 +2,14 @@ .bi-theme-dark { color: @color-bi-text-theme-dark; + & .bi-input { color: @color-bi-text; } -} \ No newline at end of file + + & .bi-textarea { + color: @color-bi-text; + } + + +}