From 747c579b15c54dc5dbc50482d3361761853e007a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 19 Nov 2025 22:34:07 +0100 Subject: feat: Refactor layout and styles for StopList and related components; add ThemeColorManager for dynamic theme support --- src/frontend/app/root.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/frontend/app/root.tsx') diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index 8f0c916..7bf07a0 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -1,9 +1,9 @@ import { - isRouteErrorResponse, - Links, - Meta, - Scripts, - ScrollRestoration + isRouteErrorResponse, + Links, + Meta, + Scripts, + ScrollRestoration } from "react-router"; import "@fontsource-variable/roboto"; @@ -37,12 +37,10 @@ export function Layout({ children }: { children: React.ReactNode }) { - - - +