style(web): 移除功能卡片右下角黄色渐变点缀(去除黄光)

This commit is contained in:
Ember
2025-11-02 01:39:31 +08:00
parent 14b7d44322
commit 16a62cedce

View File

@@ -105,11 +105,7 @@ export const CryptoFeatureCard = React.forwardRef<HTMLDivElement, CryptoFeatureC
</div>
</div>
{/* Corner accent */}
<div className="absolute bottom-0 right-0 w-32 h-32 opacity-10">
<div className="absolute inset-0 bg-gradient-to-tl from-[#F0B90B] to-transparent" />
</div>
</div>
</motion.div>
);