Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
reactions are bigger
Browse files
src/lib/components/community/reactions/Reaction.svelte
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
|
24 |
<UserIsLogged>
|
25 |
<button
|
26 |
-
class="rounded-full bg-white text-
|
27 |
on:click={() => handleReaction(emoji)}
|
28 |
>
|
29 |
-
<span>{emoji}</span>
|
30 |
{count}
|
31 |
</button>
|
32 |
</UserIsLogged>
|
|
|
23 |
|
24 |
<UserIsLogged>
|
25 |
<button
|
26 |
+
class="rounded-full bg-white text-neutral-800 font-bold flex items-center justify-start gap-1.5 px-3 py-1 border border-white hover:bg-neutral-200 text-sm"
|
27 |
on:click={() => handleReaction(emoji)}
|
28 |
>
|
29 |
+
<span class="text-base">{emoji}</span>
|
30 |
{count}
|
31 |
</button>
|
32 |
</UserIsLogged>
|