chore: updated Input prop from hasSilverBorder to colorVariant

This commit is contained in:
utin-francis-peter
2024-07-06 21:22:41 +01:00
parent 61feced541
commit d554444b0e
7 changed files with 11 additions and 19 deletions

View File

@@ -39,7 +39,6 @@ function AddPrompt({
placeholder="Prompt Name"
type="text"
className="h-10 rounded-lg"
hasSilverBorder
value={newPromptName}
onChange={(e) => setNewPromptName(e.target.value)}
></Input>
@@ -111,7 +110,6 @@ function EditPrompt({
placeholder="Prompt Name"
type="text"
className="h-10 rounded-lg"
hasSilverBorder
value={editPromptName}
onChange={(e) => setEditPromptName(e.target.value)}
></Input>