mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix: search formatting
This commit is contained in:
parent
ec69bd6594
commit
c376daa932
@ -8,7 +8,7 @@ type SearchManagementProps = {
|
||||
|
||||
const SearchManagement = ({ searchValue, changeSearchValue }: SearchManagementProps) => {
|
||||
return (
|
||||
<div style={{width: '100%'}} >
|
||||
<div style={{ width: '100%' }}>
|
||||
<Input
|
||||
placeholder="Filter Validators"
|
||||
value={searchValue}
|
||||
|
Loading…
x
Reference in New Issue
Block a user