Skip to content

Commit

Permalink
menu icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahan-nub committed Mar 15, 2024
1 parent 41efa50 commit b3e5797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/ChatHeaderTitle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function ChatHeaderTitle() {
const dispatch=useDispatch();
return (
<>
<div className="flex text-slate-200 items-center text-nowrap basis-[40%] md:ml-2 text-lg md:text-2xl font-semibold font-sans lg:pl-0 pl-10">
<div className="flex text-slate-200 items-center text-nowrap basis-[40%] md:ml-2 text-lg md:text-2xl font-semibold font-sans lg:pl-0 pl-7">
<MdMenu className={`mr-4 text-xl lg:hidden`}
onClick={() => {dispatch(setMenu());
console.log(menuState)
Expand Down

0 comments on commit b3e5797

Please sign in to comment.