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
- {/* */} - - + );