Svelte: Minor highlighting of selected icon

This commit is contained in:
Alessandro Pignotti 2024-10-13 12:01:09 +02:00
parent 9de48becfa
commit ff2486d6e2

View File

@ -11,7 +11,7 @@
</script> </script>
<div <div
class="p-3 cursor-pointer text-center" class="p-3 cursor-pointer text-center hover:text-gray-100"
on:mouseenter={handleMouseover} on:mouseenter={handleMouseover}
> >
<i class='{icon} fa-xl'></i> <i class='{icon} fa-xl'></i>