add border to DropDownBox

This commit is contained in:
Aarni Halinen
2021-04-08 19:30:42 +00:00
parent ca2aef5885
commit 5eef7cb015
+1
View File
@@ -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;