changed input size
This commit is contained in:
parent
5c492fc932
commit
c8707fe7b1
@ -32,7 +32,7 @@ const DirectoryPageHeader = ({
|
||||
<div className="col-12 col-md-6 mb-2 px-1 d-flex align-items-center gap-4 ">
|
||||
<input
|
||||
type="search"
|
||||
className="form-control me-2"
|
||||
className="form-control form-control-sm me-2"
|
||||
placeholder="Search Contact..."
|
||||
value={searchText}
|
||||
onChange={(e) => setSearchText(e.target.value)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user