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