diff --git a/apps/www/src/lib/registry/default/example/DatePickerDemo.vue b/apps/www/src/lib/registry/default/example/DatePickerDemo.vue index 62138b3b..8482f8bb 100644 --- a/apps/www/src/lib/registry/default/example/DatePickerDemo.vue +++ b/apps/www/src/lib/registry/default/example/DatePickerDemo.vue @@ -21,7 +21,7 @@ const date = ref() - + Edit profile Make changes to your profile here. Click save when you're done. diff --git a/apps/www/src/lib/registry/default/example/RangePickerWithSlot.vue b/apps/www/src/lib/registry/default/example/RangePickerWithSlot.vue index 7c4a7519..23c58bd6 100644 --- a/apps/www/src/lib/registry/default/example/RangePickerWithSlot.vue +++ b/apps/www/src/lib/registry/default/example/RangePickerWithSlot.vue @@ -26,7 +26,7 @@ const date = ref({ id="date" :variant="'outline'" :class="cn( - 'w-[300px] justify-start text-left font-normal', + 'w-[300px] justify-start text-start font-normal', !date && 'text-muted-foreground', )" > diff --git a/apps/www/src/lib/registry/default/example/TypographyDemo.vue b/apps/www/src/lib/registry/default/example/TypographyDemo.vue index e302937b..afbb34b9 100644 --- a/apps/www/src/lib/registry/default/example/TypographyDemo.vue +++ b/apps/www/src/lib/registry/default/example/TypographyDemo.vue @@ -71,12 +71,12 @@ King's Treasury People's happiness @@ -85,36 +85,36 @@ Empty Overflowing Modest Satisfied Full Ecstatic diff --git a/apps/www/src/lib/registry/default/example/TypographyTable.vue b/apps/www/src/lib/registry/default/example/TypographyTable.vue index 87609006..7da37b24 100644 --- a/apps/www/src/lib/registry/default/example/TypographyTable.vue +++ b/apps/www/src/lib/registry/default/example/TypographyTable.vue @@ -4,12 +4,12 @@ King's Treasury People's happiness @@ -18,36 +18,36 @@ Empty Overflowing Modest Satisfied Full Ecstatic diff --git a/apps/www/src/lib/registry/default/ui/alert-dialog/AlertDialogHeader.vue b/apps/www/src/lib/registry/default/ui/alert-dialog/AlertDialogHeader.vue index c61c4495..0e8c91da 100644 --- a/apps/www/src/lib/registry/default/ui/alert-dialog/AlertDialogHeader.vue +++ b/apps/www/src/lib/registry/default/ui/alert-dialog/AlertDialogHeader.vue @@ -9,7 +9,7 @@ const props = defineProps<{