From 1ed4aaaaa79e88edfb19fd6892aeb05f0a13ced6 Mon Sep 17 00:00:00 2001 From: Sepehr Ramezani Date: Fri, 1 May 2026 16:40:45 +0200 Subject: [PATCH] fix(ui): light mode visibility + sidebar layout - Replace accent with primary for upgrade banner (invisible on white bg) - Fix sidebar actions (theme/logout) stuck at bottom with mt-auto - Use primary color for user avatar fallback in light mode Co-Authored-By: Claude Opus 4.5 --- .../src/app/dashboard/DashboardSidebar.tsx | 134 +++++++++--------- frontend/src/app/dashboard/profile/page.tsx | 8 +- 2 files changed, 73 insertions(+), 69 deletions(-) diff --git a/frontend/src/app/dashboard/DashboardSidebar.tsx b/frontend/src/app/dashboard/DashboardSidebar.tsx index 6c1eb96..c35d386 100644 --- a/frontend/src/app/dashboard/DashboardSidebar.tsx +++ b/frontend/src/app/dashboard/DashboardSidebar.tsx @@ -36,76 +36,80 @@ export function DashboardSidebar() { {/* Navigation */} -