add border to DropDownBox
This commit is contained in:
@@ -10,6 +10,7 @@ interface DropDownBoxProps {
|
||||
|
||||
const Box = styled.div`
|
||||
background-color: ${colors.white};
|
||||
border: 1px solid ${colors.black};
|
||||
margin-top: 0.8rem;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user