I am trying customize my input date pick like this design here:
here is my following code and default design:
<input
type="date"
name="date"
defaultValue={currentDate || dateInput}
onChange={(e) => setDateInput(e.target.value)}
required
/>
How can I edit it with css or scss?