From ddd87b8748387db69a11500268115fb8931d402e Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 1 Sep 2023 00:39:04 +0200 Subject: [PATCH] fix add button bug on mobile and dark mode issue --- src/Components/AppShell/NavBar.tsx | 2 +- src/Components/AppShell/SideBar.tsx | 2 +- src/Components/Map/UtopiaMap.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 02692ecb..9b1f65f2 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -131,7 +131,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth: -