Browse Source

toggle按钮颜色修改

hh 3 tuần trước cách đây
mục cha
commit
5d4a717f4d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      entry/src/main/ets/pages/Index.ets

+ 2 - 2
entry/src/main/ets/pages/Index.ets

@@ -455,7 +455,7 @@ struct WorkshopPage {
                             .width('100%')
                             .height('70%')
                             .selectedColor($r('app.color.30D158'))
-                            .switchPointColor("#CAC8C4")
+                            .switchPointColor($r('app.color.FFFFFF'))
                           Column()
                             .width('100%')
                             .height('100%')
@@ -487,7 +487,7 @@ struct WorkshopPage {
                               .width('100%')
                               .height('70%')
                               .selectedColor($r('app.color.30D158'))
-                              .switchPointColor("#CAC8C4")
+                              .switchPointColor($r('app.color.FFFFFF'))
                             Column()
                               .width('100%')
                               .height('100%')