diff --git a/spaces/components/DatePicker.vue b/spaces/components/DatePicker.vue index 02cf05f..2a97b2c 100644 --- a/spaces/components/DatePicker.vue +++ b/spaces/components/DatePicker.vue @@ -30,9 +30,7 @@ const date = computed({ const attrs = [{ key: 'today', highlight: { - color: 'green', fillMode: 'outline', - class: '!bg-gray-100 dark:!bg-gray-800' }, dates: new Date() }] @@ -40,11 +38,13 @@ const attrs = [{