This commit is contained in:
2024-11-04 17:06:16 +05:30
parent 4140d61b4d
commit 83ff4a59ed
7 changed files with 36 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ const NavBar = () => {
// color={colorMode === "light" ? "light" : "light"}
padding={"16px 0px"}
borderBottom={colorMode === "light" ? "1px solid #4023A6" : "none"}
bg={colorMode === "light"? "#4023A6":""}
bg={colorMode === "light"? "#230A79":""}
>
<Container maxW="6xl">
<Box