mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
export function TypographySubtle() {
|
|
return (
|
|
<p className="text-sm text-slate-500 dark:text-slate-400">
|
|
Enter your email address.
|
|
</p>
|
|
)
|
|
}
|