style: integrate new logo and update theme to deep navy

This commit is contained in:
christian.vidal
2026-03-27 18:18:06 +01:00
parent b88ca57c95
commit 1f2bc2c4d4
2 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -204,7 +204,7 @@ export default function App() {
}, [appState.data]);
return (
<div className="h-screen bg-slate-900 text-slate-200 flex flex-col font-sans overflow-hidden">
<div className="h-screen bg-[#040d1a] text-slate-200 flex flex-col font-sans overflow-hidden">
<TopBar
stats={stats}
onExport={handleExport}
@@ -215,7 +215,7 @@ export default function App() {
/>
<div className="flex flex-1 overflow-hidden">
<Sidebar activeModule={activeModule} setActiveModule={setActiveModule} />
<main className="flex-1 overflow-auto relative p-6 bg-slate-950">
<main className="flex-1 overflow-auto relative p-6 bg-[#041021]">
{isLoadingDefault ? (
<div className="flex flex-col items-center justify-center h-full text-slate-400">
<div className="animate-spin rounded-full h-12 w-12 border-b-2 border-blue-500 mb-4"></div>