fix market ranking display fallbacks
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user