diff --git a/components/DateInput.vue b/components/DateInput.vue index 2b45b374..f9ddfd86 100644 --- a/components/DateInput.vue +++ b/components/DateInput.vue @@ -20,7 +20,7 @@ v-col(cols=12) @input="date => change('date', date)" :attributes='attributes' :locale='$i18n.locale' - :is-dark="settings['theme.is_dark']" + :is-dark="is_dark" is-inline is-expanded :min-date='type !== "recurrent" && new Date()') @@ -95,7 +95,7 @@ v-col(cols=12)