zero-knowledge file sharing
13
fork

Configure Feed

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

fix hover color

Juliet 5084a184 1d367df9

+1 -1
+1 -1
web/src/pages/Upload.tsx
··· 10 10 "bg-transparent hover:bg-accent/10 active:scale-95 border-accent text-accent rounded-md border px-4 py-1.5 font-medium transition"; 11 11 const btnStyle = { "font-size": "clamp(1rem, 3vw, 1.5rem)" }; 12 12 const ghostClass = 13 - "text-muted hover:text-text border-none bg-transparent p-0 text-[10px] sm:text-xs"; 13 + "text-muted hover:text-accent-hover border-none bg-transparent p-0 text-[10px] sm:text-xs"; 14 14 15 15 const DURATION_UNITS: Record<string, number> = { 16 16 s: 1,