diff --git a/frontend/src/lib/components/icons/Email.svelte b/frontend/src/lib/components/icons/Email.svelte index 43ed1d1..7257881 100644 --- a/frontend/src/lib/components/icons/Email.svelte +++ b/frontend/src/lib/components/icons/Email.svelte @@ -8,4 +8,7 @@ @apply select-none; } + span:hover { + @apply cursor-pointer; + }