diff --git a/apps/www/src/lib/registry/default/example/DateTimePickerDemo.vue b/apps/www/src/lib/registry/default/example/DateTimePickerDemo.vue index c1e09453..883f7a89 100644 --- a/apps/www/src/lib/registry/default/example/DateTimePickerDemo.vue +++ b/apps/www/src/lib/registry/default/example/DateTimePickerDemo.vue @@ -26,7 +26,7 @@ const date = ref() )" > - {{ date ? format(date, "PPP") : "Pick a date" }} + {{ date ? format(date, 'PPP - hh:mm') : "Pick a date" }} diff --git a/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue b/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue index c1e6a85f..64f8cf3f 100644 --- a/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue +++ b/apps/www/src/lib/registry/default/ui/calendar/Calendar.vue @@ -246,7 +246,7 @@ onMounted(async () => { @apply pointer-events-none opacity-50; } .vc-time-picker.vc-attached { - @apply border-t border-solid border-secondary; + @apply border-t border-solid border-secondary mt-2; } .vc-time-picker > * + * { @apply mt-1; @@ -261,7 +261,7 @@ onMounted(async () => { @apply mr-1 text-primary stroke-primary; } .vc-time-select-group select { - @apply bg-transparent p-1 appearance-none outline-none text-center; + @apply bg-primary-foreground p-1 appearance-none outline-none text-center; } .vc-time-weekday { @apply text-muted-foreground tracking-wide; diff --git a/apps/www/src/lib/registry/new-york/example/DateTimePickerDemo.vue b/apps/www/src/lib/registry/new-york/example/DateTimePickerDemo.vue index 57434c6e..401d89a8 100644 --- a/apps/www/src/lib/registry/new-york/example/DateTimePickerDemo.vue +++ b/apps/www/src/lib/registry/new-york/example/DateTimePickerDemo.vue @@ -26,7 +26,7 @@ const date = ref() )" > - {{ date ? format(date, "PPP") : "Pick a date" }} + {{ date ? format(date, 'PPP - hh:mm') : "Pick a date" }} diff --git a/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue b/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue index 398f12c2..409b07f7 100644 --- a/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue +++ b/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue @@ -252,7 +252,7 @@ onMounted(async () => { @apply pointer-events-none opacity-50; } .vc-time-picker.vc-attached { - @apply border-t border-solid border-secondary; + @apply border-t border-solid border-secondary mt-2; } .vc-time-picker > * + * { @apply mt-1; @@ -267,7 +267,7 @@ onMounted(async () => { @apply mr-1 text-primary stroke-primary; } .vc-time-select-group select { - @apply bg-transparent p-1 appearance-none outline-none text-center; + @apply bg-primary-foreground p-1 appearance-none outline-none text-center; } .vc-time-weekday { @apply text-muted-foreground tracking-wide; diff --git a/apps/www/src/public/registry/styles/default/calendar.json b/apps/www/src/public/registry/styles/default/calendar.json index 4a3376af..e8f631e2 100644 --- a/apps/www/src/public/registry/styles/default/calendar.json +++ b/apps/www/src/public/registry/styles/default/calendar.json @@ -11,7 +11,7 @@ "files": [ { "name": "Calendar.vue", - "content": "\n\n\n\n\n" + "content": "\n\n\n\n\n" }, { "name": "index.ts", diff --git a/apps/www/src/public/registry/styles/new-york/calendar.json b/apps/www/src/public/registry/styles/new-york/calendar.json index 580a5ae6..b83d724f 100644 --- a/apps/www/src/public/registry/styles/new-york/calendar.json +++ b/apps/www/src/public/registry/styles/new-york/calendar.json @@ -11,7 +11,7 @@ "files": [ { "name": "Calendar.vue", - "content": "\n\n\n\n\n" + "content": "\n\n\n\n\n" }, { "name": "index.ts",