mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
chore: updated Input prop from hasSilverBorder to colorVariant
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user