이승윤

style: border 삭제

...@@ -14,6 +14,7 @@ const ButtonBlock = styled.button` ...@@ -14,6 +14,7 @@ const ButtonBlock = styled.button`
14 } 14 }
15 color: ${props => searchBoxColorMap[props.color].color}; 15 color: ${props => searchBoxColorMap[props.color].color};
16 float: ${props => props.float || ''}; 16 float: ${props => props.float || ''};
17 + border: 1px ${props => searchBoxColorMap[props.color].background};
17 `; 18 `;
18 19
19 const SearchBox = ({ color, float, size }) => { 20 const SearchBox = ({ color, float, size }) => {
......