update(Navbar): update Navbar light mode background

This commit is contained in:
WanQuanXie 2024-05-24 22:08:47 +08:00
parent 776d389c1e
commit 89c30530bc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const Navbar = ({ messages }: { messages: Message[] }) => {
}, []);
return (
<div className="fixed z-40 top-0 left-0 right-0 px-4 lg:pl-[104px] lg:pr-6 lg:px-8 flex flex-row items-center justify-between w-full py-4 text-sm text-black dark:text-white/70 border-b dark:bg-primaryDark border-light dark:border-dark">
<div className="fixed z-40 top-0 left-0 right-0 px-4 lg:pl-[104px] lg:pr-6 lg:px-8 flex flex-row items-center justify-between w-full py-4 text-sm text-black dark:text-white/70 border-b bg-primaryLight dark:bg-primaryDark border-light dark:border-dark">
<Edit
size={17}
className="active:scale-95 transition duration-100 cursor-pointer lg:hidden"