fix dark mode for date picker

This commit is contained in:
jb-alvarado 2024-04-09 17:21:13 +02:00
parent 601f2c8022
commit 9159692222
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
:format="calendarFormat"
model-type="yyyy-MM-dd"
auto-apply
:dark="colorMode === 'dark'"
:dark="colorMode.value === 'dark'"
input-class-name="input input-sm !input-bordered !w-[230px] text-right !pe-3"
required
/>

View File

@ -11,7 +11,7 @@
:format="calendarFormat"
model-type="yyyy-MM-dd"
auto-apply
:dark="colorMode === 'dark'"
:dark="colorMode.value === 'dark'"
input-class-name="input input-sm !input-bordered !w-[230px] text-right !pe-3"
required
/>