[app] Remove hover/text-accents on more menu

This commit is contained in:
Alex Hancock
2024-11-22 22:21:43 -05:00
parent 8c488bd3e0
commit d5a0f22cfe
+1 -1
View File
@@ -21,7 +21,7 @@ export default function MoreMenu({ onStopGoose, onClearContext, onRestartGoose }
<Popover open={open} onOpenChange={setOpen}>
<PopoverTrigger asChild>
<button
className="z-30 block w-[30px] h-[30px] hover:bg-accent hover:text-accent-foreground"
className="z-30 block w-[30px] h-[30px]"
aria-label="Menu"
>
<VertDots size={18} />