mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +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
|
<input
|
||||||
:type="time ? 'datetime-local' : 'date'"
|
:type="time ? 'datetime-local' : 'date'"
|
||||||
:key="time.toString()"
|
:key="time.toString()"
|
||||||
class="rounded invalid:border-red-500"
|
class="rounded invalid:border-red-500 dark:bg-zinc-600"
|
||||||
v-model="component"
|
v-model="component"
|
||||||
:min="computeMin"
|
:min="computeMin"
|
||||||
@blur="$emit('blur')"
|
@blur="$emit('blur')"
|
||||||
|
|
Loading…
Reference in a new issue