added background for sidebar

This commit was merged in pull request #9.
This commit is contained in:
Ebube
2024-03-14 00:07:27 +01:00
parent 6f1f7ee682
commit 9ec1013173
2 changed files with 14 additions and 8 deletions
+9 -5
View File
@@ -55,11 +55,15 @@ const Header = () => {
</ul>
<div className="flex lg:hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
onClick={toggleSidebar}
className="w-6 h-6"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="1"
strokeLinecap="round"
strokeLinejoin="round"
onClick={toggleSidebar}
className="w-6 h-6 stroke-[#A6368C]"
>
<path
fillRule="evenodd"