This repository has no description
0

Configure Feed

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

web/components: fix Avatar placeholder styling

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/ui/Avatar.svelte
··· 78 78 <span 79 79 class={avatar({ 80 80 size, 81 - class: `flex items-center justify-center bg-background-inset text-foreground-default ${className}` 81 + class: `flex items-center justify-center bg-background-canvas text-foreground-subtle ${className}` 82 82 })} 83 83 role={handle ? "img" : undefined} 84 84 aria-label={handle ? `${handle}'s avatar` : undefined}