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

@@ -241,7 +241,6 @@ const CreateAPIKeyModal: React.FC<CreateAPIKeyModalProps> = ({
<Input
type="text"
className="rounded-md"
hasSilverBorder
value={APIKeyName}
onChange={(e) => setAPIKeyName(e.target.value)}
></Input>