fix market ranking display fallbacks

This commit is contained in:
clz
2026-07-27 10:31:22 +08:00
parent af0025ce38
commit 5af37bfa51
4 changed files with 35 additions and 6 deletions
@@ -488,7 +488,8 @@ export struct MarketRankingNodeComponent {
.height(30)
.linearGradient({
angle: 90,
colors: [['#00FFFFFF', 0], [$r('app.color.surface_layer1_foreground'), 1]],
colors: [[$r('app.color.transparent_white'), 0],
[$r('app.color.surface_layer1_foreground'), 1]],
})
.hitTestBehavior(HitTestMode.None)
}