mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: differentiate rollypay icon from riopay (teal gradient, RY text)
This commit is contained in:
@@ -261,14 +261,14 @@ export default function PaymentMethodIcon({
|
|||||||
<svg className={className} viewBox="0 0 40 40">
|
<svg className={className} viewBox="0 0 40 40">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id={rollypayGradId} x1="0" y1="0" x2="1" y2="1">
|
<linearGradient id={rollypayGradId} x1="0" y1="0" x2="1" y2="1">
|
||||||
<stop offset="0%" stopColor="#10b981" />
|
<stop offset="0%" stopColor="#14b8a6" />
|
||||||
<stop offset="100%" stopColor="#059669" />
|
<stop offset="100%" stopColor="#0d9488" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<circle cx="20" cy="20" r="20" fill={`url(#${rollypayGradId})`} />
|
<circle cx="20" cy="20" r="20" fill={`url(#${rollypayGradId})`} />
|
||||||
<g fill="#fff" fontFamily="Arial,sans-serif" fontWeight="700">
|
<g fill="#fff" fontFamily="Arial,sans-serif" fontWeight="700">
|
||||||
<text x="20" y="26" textAnchor="middle" fontSize="14">
|
<text x="20" y="26" textAnchor="middle" fontSize="14">
|
||||||
RP
|
RY
|
||||||
</text>
|
</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
Reference in New Issue
Block a user