zero-knowledge file sharing
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix fill color

Juliet 77e98f2a 5084a184

+2 -3
+2 -3
web/src/pages/Upload.tsx
··· 248 248 > 249 249 <defs> 250 250 <clipPath id="circle-clip"> 251 - <circle cx={CENTER} cy={CENTER} r={RADIUS - 3.5} /> 251 + <circle cx={CENTER} cy={CENTER} r={RADIUS} /> 252 252 </clipPath> 253 253 </defs> 254 254 <style>{`@keyframes wave { from { transform: translateX(0) } to { transform: translateX(-${WAVE_LEN}px) } }`}</style> ··· 285 285 <g clip-path="url(#circle-clip)"> 286 286 <path 287 287 d={wavePath()} 288 - fill="var(--color-accent)" 289 - opacity="0.15" 288 + fill="var(--color-border)" 290 289 style={{ 291 290 transition: "d 300ms ease-out", 292 291 animation: