File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -940,9 +940,9 @@ We've added utilities for the new `field-sizing` property that lets you create a
940
940
```html {{example: {hint: ' Type in the textarea to see the effect' }}}
941
941
<div class=" py-4 grid" >
942
942
<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>
944
944
<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>
946
946
</ div>
947
947
</ div>
948
948
</ div>
@@ -1040,7 +1040,7 @@ We've added utilities for the new-ish `font-stretch` property, which helps you s
1040
1040
</ p>
1041
1041
</ div>
1042
1042
<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>
1044
1044
<p class=" text-xl font-medium [font-stretch:extra-expanded] font-[system-ui] text-slate-900 dark:text-slate-200" >
1045
1045
The quick brown fox jumps over the lazy dog.
1046
1046
</ p>
You can’t perform that action at this time.
0 commit comments