feat: set border radius to 5px

This commit is contained in:
karishmas6
2024-10-23 19:01:19 +05:30
parent f92dd58ffa
commit 3c464a4133

View File

@@ -10,6 +10,7 @@ const CustomBoxContainer = styled.div`
min-height: 100px;
height: auto;
border: 2px solid #ff00c3;
border-radius: 5px;
background-color: white;
margin: 30px 15px;
`;