Skip to content

Commit

Permalink
Add hover effect on close menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Feb 7, 2024
1 parent fc6972f commit 08c3619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MethodSelector = ({
<div className="overflow-auto h-[80vh]">
<input id="sidebar" type="checkbox" className="drawer-toggle" />
<label htmlFor="sidebar" className="cursor-pointer block sm:hidden">
<XMarkIcon className="h-5 w-5 mb-5" />
<XMarkIcon className="h-5 w-5 mb-5 hover:opacity-70" />
</label>
<div>
<h3
Expand Down

0 comments on commit 08c3619

Please sign in to comment.