fix: date picker arrow positioning (#14129)

* fix: date picker arroe

* chore: improvements

* fix: add extra row

---------

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
This commit is contained in:
Udit Takkar
2024-03-18 18:27:54 +00:00
committed by GitHub
co-authored by Joe Au-Yeung
parent 9694aa443f
commit 3c5a007125
+1 -1
View File
@@ -301,7 +301,7 @@ const DatePicker = ({
</div>
))}
</div>
<div className="relative grid grid-cols-7 gap-1 text-center">
<div className="relative grid grid-cols-7 grid-rows-6 gap-1 text-center">
<Days
weekStart={weekStart}
selected={selected}