color update

This commit is contained in:
Samandar Turgunboyev
2025-12-17 14:21:51 +05:00
parent efd75cb836
commit d934fcca13
5 changed files with 36 additions and 59 deletions

View File

@@ -9,7 +9,6 @@ import {
Sheet,
SheetClose,
SheetContent,
SheetFooter,
SheetHeader,
SheetTitle,
SheetTrigger,
@@ -165,7 +164,7 @@ const Navbar = () => {
alt="logo"
width={40}
height={20}
className="w-10 h-10"
className="w-10 h-fit"
/>
</div>
<div className="w-full flex justify-end items-center lg:hidden gap-2">
@@ -318,17 +317,6 @@ const Navbar = () => {
</div>
</div>
</div>
<SheetFooter className="px-4 py-4 border-t border-slate-200 bg-slate-50">
<SheetClose asChild>
<Button
variant="outline"
className="w-full border-slate-300 hover:bg-slate-100"
>
Yopish
</Button>
</SheetClose>
</SheetFooter>
</SheetContent>
</Sheet>
</div>