placeholder changed

parent 28f1a1bf
...@@ -113,8 +113,8 @@ function Dashboard() { ...@@ -113,8 +113,8 @@ function Dashboard() {
<div> <div>
<div className="mb-2"> <div className="mb-2">
<div className="flex justify-end my-1 mr-2 items-center"> <div className="flex justify-end my-1 mr-2 items-center">
<label>Search Employee:</label> <label>Search :</label>
<input placeholder="Enter" value={inputValue} onChange={handleChange} type="text" className="p-1 px-2 border rounded ml-2"/> <input placeholder="Name/Id/Designation/Role" value={inputValue} onChange={handleChange} type="text" className="p-1 px-2 border rounded ml-2 placeholder:text-[14px]"/>
</div> </div>
<Table headers={headers} data={reportees} loading={loading} maxHeight={88} /> <Table headers={headers} data={reportees} loading={loading} maxHeight={88} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment