From e0b2adbb66179640d35d28c169b13434472c493c Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 26 Oct 2023 18:49:56 +1300 Subject: [PATCH] Use outlined icons for routes --- Routes.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Routes.tsx b/Routes.tsx index 2097643..a7522c2 100644 --- a/Routes.tsx +++ b/Routes.tsx @@ -27,12 +27,12 @@ export default function Routes() { }} + options={{ drawerIcon: () => }} /> }} + options={{ drawerIcon: () => }} /> }} + options={{ drawerIcon: () => }} /> }} + options={{ drawerIcon: () => }} /> );