dev: hotfix, text-size standardization

This commit is contained in:
2025-10-12 11:40:53 +07:00
parent 2f2e48dce4
commit 18e00bf89a
12 changed files with 13 additions and 13 deletions
@@ -14,7 +14,7 @@ const { formDescriptionId } = useFormField()
<template>
<p
:id="formDescriptionId"
:class="cn('text-sm text-muted-foreground', props.class)"
:class="cn('md:text-xs 2xl:text-sm text-muted-foreground', props.class)"
>
<slot />
</p>