From 6951627d8e49dcb2a8c76fc0fd4d0327391c429b Mon Sep 17 00:00:00 2001 From: lesion Date: Sat, 4 Feb 2023 10:17:24 +0100 Subject: [PATCH] minor --- components/DateInput.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)