color update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user