dev: hotfix, text-size standardization
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user