From d1b6ff74290978687c3ec3beed14c38e2563f42b Mon Sep 17 00:00:00 2001 From: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:56:04 -0600 Subject: [PATCH] Refactor user navigation and theme button styles for improved layout and consistency. Adjusted padding and margins in user dropdown, updated button sizes in theme selection. --- frontend/src/components/ui/buttonTheme.tsx | 8 ++++---- frontend/src/components/user-nav.tsx | 22 ++++++++++------------ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/ui/buttonTheme.tsx b/frontend/src/components/ui/buttonTheme.tsx index b23b6a89..62648541 100644 --- a/frontend/src/components/ui/buttonTheme.tsx +++ b/frontend/src/components/ui/buttonTheme.tsx @@ -19,10 +19,10 @@ export const ThemeButtons = () => { }; return ( -
+
{/* Light Theme Button */} - + -
+

{user?.name}

{user?.email}

- - {/* */} -
+ +
Theme
- {/* */} - - + );