mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: change aurapay icon to pink gradient to avoid kassa_ai color collision
This commit is contained in:
@@ -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})`} />
|
||||
|
||||
Reference in New Issue
Block a user