Skip to content

Commit 8a1187a

Browse files
nexxaireinink
andauthored
Small typofixes for v4 beta announcement (#1909)
* Small typofixes for v4 beta announcement * Tweak styles --------- Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
1 parent 7319764 commit 8a1187a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/docs/v4-beta.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ We've added utilities for the new `field-sizing` property that lets you create a
940940
```html {{example: {hint: 'Type in the textarea to see the effect'}}}
941941
<div class="py-4 grid">
942942
<div class="relative w-full max-w-96 justify-self-center">
943-
<label for="comment" class="block text-sm/6 font-medium text-gray-900">Add your comment</label>
943+
<label for="comment" class="block text-sm/6 font-medium text-gray-900 dark:text-white">Add your comment</label>
944944
<div class="mt-2">
945-
<textarea placeholder="Write something..." name="comment" id="comment" class="block w-full resize-none rounded-md border-0 px-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:outline-none sm:text-sm/6 [field-sizing:content]"></textarea>
945+
<textarea placeholder="Write something..." name="comment" id="comment" class="block w-full resize-none rounded-md border-0 px-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 focus:outline-none sm:text-sm/6 [field-sizing:content] dark:text-gray-100 dark:bg-gray-800 dark:ring-gray-600"></textarea>
946946
</div>
947947
</div>
948948
</div>
@@ -1040,7 +1040,7 @@ We've added utilities for the new-ish `font-stretch` property, which helps you s
10401040
</p>
10411041
</div>
10421042
<div>
1043-
<span class="font-medium text-sm text-slate-500 font-mono mb-3 dark:text-slate-400">font-stretch-extra-condensed</span>
1043+
<span class="font-medium text-sm text-slate-500 font-mono mb-3 dark:text-slate-400">font-stretch-extra-expanded</span>
10441044
<p class="text-xl font-medium [font-stretch:extra-expanded] font-[system-ui] text-slate-900 dark:text-slate-200">
10451045
The quick brown fox jumps over the lazy dog.
10461046
</p>

0 commit comments

Comments
 (0)