Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 }) => { | ... | ... |
-
Please register or login to post a comment