1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-545: Add border to search box

This commit is contained in:
Akshay 2021-09-13 00:17:29 +02:00
parent e4aa6aaf85
commit 1466fce1cb

View File

@ -120,7 +120,8 @@ const SearchClient = ({ searchableData }) => {
placeholder="Search..."
style={{
margin: '0 auto',
width: '400px'
width: '400px',
border: '1px solid'
}}
type="text"
/>