diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index aab8950597c77fdc4e7a91530401be6a74f2ea19..f8c4e99e212ed59b93d8f3698b4e4366d8748a18 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -81,7 +81,7 @@ struct Index { Row() { IconList3({ marginSpace: this.marginSpace }) } - .backgroundColor($r('sys.color.comp_background_primary')) + .backgroundColor($r('sys.color.background_secondary')) .width(StackConstant.FULL_PERCENT) .height($r('app.integer.icon_list_height3')) .opacity(this.opacityList)