Refactor App component styles and remove highlights section

- Updated background gradient colors for a lighter theme.
- Changed button styles to improve visibility.
- Removed the highlights section to streamline the layout.
- Adjusted text colors for better contrast and readability.
This commit is contained in:
2025-08-26 15:24:53 -06:00
parent 602c5dbb31
commit 56b0dc8a62
12 changed files with 2240 additions and 1188 deletions

View File

@@ -14,7 +14,7 @@ export const Route = createRootRouteWithContext<AuthContext>()({
<ThemeProvider defaultTheme="light" storageKey="vite-ui-theme">
<Outlet />
<TanstackDevtools
{/* <TanstackDevtools
config={{
position: 'bottom-left',
}}
@@ -24,7 +24,7 @@ export const Route = createRootRouteWithContext<AuthContext>()({
render: <TanStackRouterDevtoolsPanel />,
},
]}
/>
/> */}
</ThemeProvider>
</>
),