diff --git a/components/AppAppBar.tsx b/components/AppAppBar.tsx
index 4375e5a..8c5ad96 100644
--- a/components/AppAppBar.tsx
+++ b/components/AppAppBar.tsx
@@ -66,7 +66,7 @@ function AppAppBar({ user }: AppAppBarProps) {
               borderRadius: '10px',
               bgcolor:
                 theme.palette.mode === 'light'
-                  ? 'rgba(255, 255, 255, 0.4)'
+                  ? 'rgba(255, 255, 255, 0.6)'
                   : 'rgba(0, 0, 0, 0.4)',
               backdropFilter: 'blur(24px)',
               maxHeight: 40,