feat: set top right border radius

This commit is contained in:
karishmas6
2024-10-23 07:46:26 +05:30
parent c0d6c82f3d
commit 23d03ad393

View File

@@ -19,6 +19,7 @@ const StyledNavBar = styled.div<{ browserWidth: number }>`
padding: 12px 0px;
background-color: #f6f6f6;
width: ${({ browserWidth }) => browserWidth}px;
border-radius: 0px 5px 0px 0px;
`;
interface NavBarProps {