dev: hotfix, nav-footer, button, dialog

This commit is contained in:
2025-10-28 15:41:07 +07:00
parent 0504712559
commit 3e7e735ae4
19 changed files with 493 additions and 144 deletions

No files matched your search

@@ -19,7 +19,7 @@ const forwardedProps = useForwardProps(delegatedProps)
<template>
<DialogDescription
v-bind="forwardedProps"
:class="cn('text-sm text-muted-foreground', props.class)"
:class="cn('text-sm', props.class)"
>
<slot />
</DialogDescription>