Skip to content

Commit

Permalink
set placeholder text to nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Jul 25, 2024
1 parent 6fe28bc commit 26085ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Input(componentProps: PropsWithChildren<InputProps>) {
PaddingX={2}
PaddingY={1.5}
PlaceholderColor3={theme.primary60}
PlaceholderText="Placeholder"
PlaceholderText=""
Size={UDim2.fromScale(1, 0)}
Text=""
TextColor3={disabled ? theme.primary60 : theme.primary}
Expand Down

0 comments on commit 26085ac

Please sign in to comment.