Skip to content

Commit

Permalink
fix: update icon mobile for support dark mode (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián García authored May 27, 2024
1 parent 3fe26d3 commit 1760d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/movil-sidebar-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function MovilSidebar() {
<SheetTrigger asChild>
<Button color="ghost" size="icon" className="relative bg-transparent border border-default md:hidden h-9 px-5">
<span className=" absolute transform -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="#000000" fill="none">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none">
<path d="M4 5L20 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4 12L20 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4 19L20 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
Expand Down

0 comments on commit 1760d17

Please sign in to comment.