Files
kazi/resources/views/storybook/sections/typography.blade.php
2026-07-02 11:58:40 +02:00

8 lines
227 B
PHP

<section class="space-y-2">
<h2 class="text-xl font-semibold">Typography</h2>
<p class="text-text">Default text</p>
<p class="text-text-muted">Muted text</p>
<p class="text-primary">Primary text</p>
</section>