Skip to content

Commit 19878fa

Browse files
authored
Fixed typo in font-variant-numeric.mdx to properly show the slashed-zero (#2248)
I think it was just a typo. Before: ![grafik](https://github.com/user-attachments/assets/96cc6540-b251-4f6c-bdd7-73dc272a2fc9) After: ![grafik](https://github.com/user-attachments/assets/337eb366-8cfb-42f7-a9db-10353c6476aa)
1 parent 8dc4bb4 commit 19878fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/font-variant-numeric.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ The `font-variant-numeric` utilities are composable so you can enable multiple v
187187
<dd className="border-b border-gray-200 py-2 text-right slashed-zero tabular-nums dark:border-white/10">
188188
$14.50
189189
</dd>
190-
<dt className="py-2">Total</dt>
191-
<dd className="slashed-medium py-2 text-right tabular-nums">$114.50</dd>
190+
<dt className="font-medium py-2">Total</dt>
191+
<dd className="font-medium py-2 text-right slashed-zero tabular-nums">$114.50</dd>
192192
</dl>
193193
}
194194
</Example>

0 commit comments

Comments
 (0)