Skip to content

Commit 363b261

Browse files
author
crstnmac
committed
docs(text-area): 📝 improve size preview image
1 parent 39ca9a2 commit 363b261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/text-area.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export default function App() {
5555

5656
## Variant
5757

58-
Adapt UI provides four different input field components styles: `outline`,
59-
`subtle` and `underline`.
58+
Adapt UI provides four different input field components styles: `subtle`, `outline`,
59+
and `underline`.
6060

6161
You can use these various styled input field components based on the necessity
6262
and style you wish to provide to your design.
@@ -95,7 +95,7 @@ There are four different sizes for input in Adapt UI: `sm`, `md`, `lg` & `xl`
9595
Based on the hierarchy, you can switch between different sizes.
9696

9797

98-
![simulator_screenshot_BCCD5B62-43DE-4E94-934A-97A6D2C9956F](https://user-images.githubusercontent.com/20360870/202175990-974369e3-4880-41d2-857d-fc55aeb1700e.png)
98+
![simulator_screenshot_B717A1F7-8750-4FBC-8616-B35A64853D61](https://user-images.githubusercontent.com/20360870/202188784-1aa674aa-62bc-4ec5-b207-e249c23795c2.png)
9999

100100

101101
<details>
@@ -113,7 +113,7 @@ export default function App() {
113113
return (
114114
<>
115115
<TextArea size="sm" placeholder="Whats happening" />
116-
<TextArea placeholder="Type Something" />
116+
<TextArea placeholder="Whats in your mind?" />
117117
<TextArea size="lg" placeholder="Type your message here" />
118118
<TextArea size="xl" placeholder="Tell us about yourself" />
119119
</>

0 commit comments

Comments
 (0)