mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-03 01:18:38 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
export function TypographyMuted() {
|
|
return (
|
|
<p className="text-muted-foreground text-sm">Enter your email address.</p>
|
|
)
|
|
}
|