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:
parent
e4aa6aaf85
commit
1466fce1cb
@ -120,7 +120,8 @@ const SearchClient = ({ searchableData }) => {
|
|||||||
placeholder="Search..."
|
placeholder="Search..."
|
||||||
style={{
|
style={{
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
width: '400px'
|
width: '400px',
|
||||||
|
border: '1px solid'
|
||||||
}}
|
}}
|
||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user