diff --git a/feature/ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets b/feature/ota/src/main/ets/dialog/CountDownInstallDialogBuilder.ets index 1602bc54639942f40804dd238eeab1f4033cbe62..e3c0b99c8ba78fd115861e319556b5385279c8e0 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'))