Skip to content

Commit

Permalink
Merge pull request #5769 from siddharthbaleja7/Reword
Browse files Browse the repository at this point in the history
Fix placeholder text in Text Input component
  • Loading branch information
sudhanshutech authored Aug 8, 2024
2 parents bc8f60e + 975273a commit 4f6290b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const TextInputGuidance = () => {
</p>
<Row Hcenter>
<SistentThemeProvider initialMode={isDark ? "dark" : "light"}>
<Input placeholder="Placeholder goes here" />
<Input placeholder="PlaceHolder" />
</SistentThemeProvider>
</Row>
<h3>Multiline</h3>
Expand All @@ -91,7 +91,7 @@ export const TextInputGuidance = () => {
</p>
<Row Hcenter>
<SistentThemeProvider initialMode={isDark ? "dark" : "light"}>
<Input placeholder="Placeholder goes here" multiline />
<Input placeholder="Placeholder" multiline />
</SistentThemeProvider>
</Row>
<a id="Labelling">
Expand Down

0 comments on commit 4f6290b

Please sign in to comment.