From bf51e26807dfa2e8c23dd42d346cef7cc87a3725 Mon Sep 17 00:00:00 2001 From: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 07:41:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkUI/entry/src/main/ets/pages/SetStyl?= =?UTF-8?q?esForComponentsInDifferentStates.ets.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E=E8=AF=A5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=9A=84=E4=BD=9C=E7=94=A8=E5=92=8C=E9=80=82?= =?UTF-8?q?=E7=94=A8=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> --- .../main/ets/pages/SetStylesForComponentsInDifferentStates.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/ArkUI/entry/src/main/ets/pages/SetStylesForComponentsInDifferentStates.ets b/ArkUI/entry/src/main/ets/pages/SetStylesForComponentsInDifferentStates.ets index a1bafdb9..7b4833e5 100644 --- a/ArkUI/entry/src/main/ets/pages/SetStylesForComponentsInDifferentStates.ets +++ b/ArkUI/entry/src/main/ets/pages/SetStylesForComponentsInDifferentStates.ets @@ -20,6 +20,7 @@ // [Start set_styles_for_components_in_different_states] @Component struct PolymorphicStyle { + //Style of the component in the pressed state @Styles pressedStyles() { .backgroundColor('#ED6F21') -- Gitee