(fix:ui) minor perfections

This commit is contained in:
ManishMadan2882
2025-03-07 17:18:28 +05:30
parent 101852c7d1
commit d891c8dae2
6 changed files with 8 additions and 7 deletions

View File

@@ -84,9 +84,10 @@ export default function CreateAPIKeyModal({
type="text"
className="rounded-md"
value={APIKeyName}
label={t('modals.createAPIKey.apiKeyName')}
placeholder={t('modals.createAPIKey.apiKeyName')}
onChange={(e) => setAPIKeyName(e.target.value)}
borderVariant="thin"
labelBgClassName="bg-white dark:bg-charleston-green-2"
></Input>
</div>
<div className="my-4">