From 6f52987916a8aca89059e186c8dcf4dad45a8267 Mon Sep 17 00:00:00 2001 From: "Leo.Qin" Date: Wed, 13 Dec 2023 19:02:41 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-107973=20=E4=B8=BB=E9=A1=B5=E5=8F=8A?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=A7=86=E8=A7=89=E6=A0=B7=E5=BC=8F=E7=BF=BB?= =?UTF-8?q?=E6=96=B0=20=E3=80=90=E9=97=AE=E9=A2=98=E5=8E=9F=E5=9B=A0?= =?UTF-8?q?=E3=80=91rt=20=E3=80=90=E6=94=B9=E5=8A=A8=E6=80=9D=E8=B7=AF?= =?UTF-8?q?=E3=80=91=E6=96=87=E6=9C=AC=E6=A1=86=E3=80=81=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=9F=9F=E7=9A=84=E8=83=8C=E6=99=AF=E3=80=81=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fine/theme/light/ui/laf/FineLightLaf.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties b/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties index 9cc0802a1c..f312588b0c 100644 --- a/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties +++ b/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties @@ -922,6 +922,10 @@ TextArea.border=com.fine.theme.light.ui.FineRoundBorder TextArea.margin = @componentMargin TextArea.background=$background.normal TextArea.height=$Component.defaultHeight +TextArea.selectionBackground=$color.brand4 +TextArea.selectionForeground=$text.white +TextArea.inactiveForeground=fade(@foreground, 29%) +TextArea.disabledBackground=$fill.disabled #---- TextComponent ---- @@ -937,6 +941,9 @@ TextField.border=com.fine.theme.light.ui.FineRoundBorder TextField.margin = @componentMargin TextField.background=$background.normal TextField.selectionBackground=$color.brand4 +TextField.selectionForeground=$text.white +TextField.inactiveForeground=fade(@foreground, 29%) +TextField.disabledBackground=$fill.disabled TextField.placeholderForeground = @disabledForeground TextField.iconTextGap = 4 TextField.height=$Component.defaultHeight