mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Issue #1571: Fix dark mode for <event-date-picker>
This commit is contained in:
parent
42c98be036
commit
5e201dd28c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<input
|
||||
:type="time ? 'datetime-local' : 'date'"
|
||||
:key="time.toString()"
|
||||
class="rounded invalid:border-red-500"
|
||||
class="rounded invalid:border-red-500 dark:bg-zinc-600"
|
||||
v-model="component"
|
||||
:min="computeMin"
|
||||
@blur="$emit('blur')"
|
||||
|
|
Loading…
Reference in a new issue