zero-knowledge file sharing
13
fork

Configure Feed

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

restyle button

Juliet 3ab0a7f1 f32ad841

+1 -1
+1 -1
web/src/pages/Upload.tsx
··· 4 4 import { formatBytes } from "../lib/utils"; 5 5 6 6 const btnClass = 7 - "bg-accent hover:bg-accent-hover rounded-md border-none px-4 py-1.5 font-medium text-white transition-colors"; 7 + "bg-transparent hover:bg-accent/10 border-accent text-accent rounded-md border px-4 py-1.5 font-medium transition-colors"; 8 8 const btnStyle = { "font-size": "clamp(1rem, 3vw, 1.5rem)" }; 9 9 const ghostClass = 10 10 "text-muted hover:text-text border-none bg-transparent p-0 text-xs";