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