Update web/app/components/plugins/marketplace/empty/line.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/20196/head
crazywoola 1 year ago committed by GitHub
parent fc7a9954bf
commit 867db50dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,9 +17,9 @@ const Line = ({
<path d='M1 0L1 240' stroke='url(#paint0_linear_6295_52176)' /> <path d='M1 0L1 240' stroke='url(#paint0_linear_6295_52176)' />
<defs> <defs>
<linearGradient id='paint0_linear_6295_52176' x1='-7.99584' y1='240' x2='-7.88094' y2='3.95539e-05' gradientUnits='userSpaceOnUse'> <linearGradient id='paint0_linear_6295_52176' x1='-7.99584' y1='240' x2='-7.88094' y2='3.95539e-05' gradientUnits='userSpaceOnUse'>
<stop stop-opacity='0.01' /> <stop stopOpacity='0.01' />
<stop offset='0.503965' stop-color='#C8CEDA' stop-opacity='0.14' /> <stop offset='0.503965' stopColor='#C8CEDA' stopOpacity='0.14' />
<stop offset='1' stop-opacity='0.01' /> <stop offset='1' stopOpacity='0.01' />
</linearGradient> </linearGradient>
</defs> </defs>
</svg> </svg>

Loading…
Cancel
Save