|
@@ -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%')
|