From fd439a631ebe5f7059866421b7146d8acd3d639d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 07:12:33 +0530 Subject: [PATCH] feat: border bottom --- src/components/molecules/NavBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 85b57b24..82a57a8a 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -116,6 +116,7 @@ const NavBarWrapper = styled.div` padding:5px; display: flex; justify-content: space-between; + border-bottom: 1px solid #e0e0e0; `; const ProjectName = styled.b`