From e5073a746903ec8038be7406c46364f2c16656c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Tue, 23 Jul 2024 11:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=80=92=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E5=AD=97=E4=BD=93=E6=98=BE=E7=A4=BA=20Signed?= =?UTF-8?q?-off-by:=20=E9=82=B9=E5=8F=8B=E6=9D=BE=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feature/ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets b/feature/ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets index 1602bc5..e3c0b99 100644 --- a/feature/ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets +++ b/feature/ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets @@ -112,7 +112,7 @@ export struct CountDownInstallDialogBuilder { } this.confirm(); }) - .backgroundColor($r('sys.float.ohos_id_corner_radius_button')) + .backgroundColor($r('sys.color.ohos_id_color_dialog_bg_transparent')) .height($r('app.float.dialog_button_height')) .layoutWeight(1) .padding({ @@ -147,7 +147,7 @@ export struct CountDownInstallDialogBuilder { } this.cancel(); }) - .backgroundColor($r('sys.float.ohos_id_corner_radius_button')) + .backgroundColor($r('sys.color.ohos_id_color_dialog_bg_transparent')) .fontColor($r('app.color.blue')) .height($r('app.float.dialog_button_height')) .fontSize($r('app.float.text_size_btn')) -- Gitee