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

@@ -69,7 +69,8 @@ export default function APIKeyModal({
</p>
<Input
type="text"
className="h-10 border-b-2 border-jet focus:outline-none"
colorVariant="jet"
className="h-10 border-b-2 focus:outline-none"
value={key}
maxLength={100}
placeholder="API Key"