style: Update Navbar and Home components with background color adjustments

This commit is contained in:
2026-03-06 13:24:44 +08:00
parent abfd7b8f41
commit 01d7cf8fc9
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export function Navbar({ onToggleSidebar }: NavbarProps) {
const { t, i18n } = useTranslation(['nav', 'constants'])
return (
<nav className="h-16 bg-background flex items-center justify-end px-4 gap-2">
<nav className="h-16 flex items-center justify-end px-4 gap-2">
{onToggleSidebar && (
<Button
variant="ghost"