This repository has no description
0

Configure Feed

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

web/components: improve ReactionPicker look

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

+1 -2
+1 -2
web/src/lib/components/reaction/ReactionPicker.svelte
··· 60 60 aria-label="Add reaction" 61 61 class="flex cursor-pointer items-center justify-center rounded-sm py-2 text-foreground-subtle transition hover:text-foreground-default" 62 62 > 63 - <SmilePlus class="size-3" /> 63 + <SmilePlus class="size-3.5" /> 64 64 </button> 65 65 66 66 <div ··· 74 74 {#each ORDERED_REACTION_KINDS as kind (kind)} 75 75 <Button 76 76 variant="ghost" 77 - size="sm" 78 77 aria-label={`React with ${kind}`} 79 78 aria-pressed={reacted?.has(kind) ?? false} 80 79 disabled={pick.loading}