fix: change aurapay icon to pink gradient to avoid kassa_ai color collision

This commit is contained in:
Fringg
2026-04-18 00:12:15 +03:00
parent 48827e430d
commit 996840f627

View File

@@ -281,8 +281,8 @@ export default function PaymentMethodIcon({
<svg className={className} viewBox="0 0 40 40">
<defs>
<linearGradient id={aurapayGradId} x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stopColor="#8b5cf6" />
<stop offset="100%" stopColor="#6d28d9" />
<stop offset="0%" stopColor="#ec4899" />
<stop offset="100%" stopColor="#db2777" />
</linearGradient>
</defs>
<circle cx="20" cy="20" r="20" fill={`url(#${aurapayGradId})`} />