From 71d7a06a8e8d0b733431f5474bd1d3c8837dbff6 Mon Sep 17 00:00:00 2001 From: pahmiudahgede Date: Sun, 6 Jul 2025 21:00:00 +0700 Subject: [PATCH] fix: fixing bprogressbar styling and best practice --- app/root.tsx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index f004345..26eb76d 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -55,6 +55,7 @@ export default function AppWithProviders() { export function App() { const data = useLoaderData(); const [theme] = useTheme(); + return ( @@ -65,12 +66,23 @@ export function App() { - - - - +
' + }} + >
+ + + );