menu improvements

This commit is contained in:
itsMapleLeaf
2023-03-12 16:28:51 -05:00
parent af3d1c5058
commit f0ad743080
3 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ export type Props = {
---
<div
class="px-3 py-2 transition text-left font-medium block w-full opacity-50 inline-flex gap-1 items-center"
class="px-3 py-2 transition text-left font-medium block w-full opacity-50 inline-flex gap-1 items-center hover:opacity-100 hover:text-emerald-500"
>
<Astro.props.icon class="inline-icon" className="inline-icon" />
<span class="flex-1">{Astro.props.label}</span>