mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
export function TypographyLarge() {
|
|
return (
|
|
<div className="text-lg font-semibold text-slate-900 dark:text-slate-50">
|
|
Are you sure absolutely sure?
|
|
</div>
|
|
)
|
|
}
|