add icon to time select

This commit is contained in:
Henry Dollman
2024-08-21 15:36:46 -04:00
parent 5278805d79
commit 88db920ebe
2 changed files with 4 additions and 3 deletions

View File

@@ -49,10 +49,9 @@ export default function () {
</CardDescription>
</div>
<Input
// @ts-ignore
placeholder="Filter..."
onChange={(e) => setFilter(e.target.value)}
className="w-full md:w-56 lg:w-80 ml-auto"
className="w-full md:w-56 lg:w-80 ml-auto pl-4"
/>
</div>
</CardHeader>