mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 02:21:19 +08:00
style(web): 移除功能卡片右下角黄色渐变点缀(去除黄光)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user