Skip to content

Commit 78ad38c

Browse files
committed
Tweak v4 example
1 parent 8a1187a commit 78ad38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/v4-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ We've added utilities for the new `field-sizing` property that lets you create a
950950

951951
```html
952952
<label class="block">
953-
<span class="block text-sm/6 font-medium text-gray-900">Add your comment</span>
953+
<span class="block text-sm/6 font-medium text-gray-900 dark:text-white">Add your comment</span>
954954
<textarea class="**field-sizing-content** ..."></textarea>
955955
</label>
956956
```

0 commit comments

Comments
 (0)