style: Update Navbar and Home components with background color adjustments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user