fix: differentiate rollypay icon from riopay (teal gradient, RY text)

This commit is contained in:
Fringg
2026-04-16 05:58:58 +03:00
parent 770a5803d6
commit 4eed0f358e

View File

@@ -261,14 +261,14 @@ export default function PaymentMethodIcon({
<svg className={className} viewBox="0 0 40 40">
<defs>
<linearGradient id={rollypayGradId} x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stopColor="#10b981" />
<stop offset="100%" stopColor="#059669" />
<stop offset="0%" stopColor="#14b8a6" />
<stop offset="100%" stopColor="#0d9488" />
</linearGradient>
</defs>
<circle cx="20" cy="20" r="20" fill={`url(#${rollypayGradId})`} />
<g fill="#fff" fontFamily="Arial,sans-serif" fontWeight="700">
<text x="20" y="26" textAnchor="middle" fontSize="14">
RP
RY
</text>
</g>
</svg>