Skip to content

Commit

Permalink
Merge pull request #2036 from gluestack/feat/all-component-fixes
Browse files Browse the repository at this point in the history
feat: script fixes
  • Loading branch information
vidhi499 authored Apr 3, 2024
2 parents aa0433e + efe6c97 commit 80626da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const InputDemo = () => {
<InputSlot className="pl-3">
<InputIcon as={SearchIcon} />
</InputSlot>
<InputField placeholder="Search../../../core-components/nativewind." />
<InputField placeholder="Search..." />
</Input>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const InputDemo = () => {
<InputSlot pl="$3">
<InputIcon as={SearchIcon} />
</InputSlot>
<InputField placeholder="Search../../../core-components/themed." />
<InputField placeholder="Search..." />
</Input>
);
};
Expand Down

0 comments on commit 80626da

Please sign in to comment.