diff --git a/client-solid/src/Icons.tsx b/client-solid/src/Icons.tsx index 9e1ab36..b7195da 100644 --- a/client-solid/src/Icons.tsx +++ b/client-solid/src/Icons.tsx @@ -8,7 +8,7 @@ export function Arrow(): JSXElement { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="w-6 h-6" + class="h-6 w-6" > ; + return ; } // Hamburger menu icon @@ -32,7 +32,7 @@ export function Bars(): JSXElement { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="w-6 h-6" + class="h-6 w-6" > @@ -86,7 +86,7 @@ export function Plus(): JSXElement { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="w-6 h-6" + class="h-6 w-6" > { modal_ctx.setLoginModalOpen(false); @@ -26,13 +22,13 @@ export function LoginModal(): JSXElement {