(fix:purple-btn) hover to 976af3

This commit is contained in:
ManishMadan2882
2025-03-12 08:17:13 +05:30
parent 1f3c07979a
commit a8a8585570
13 changed files with 18 additions and 18 deletions

View File

@@ -145,7 +145,7 @@ export default function CreateAPIKeyModal({
createAPIKey(payload);
}
}}
className="float-right mt-4 rounded-full bg-purple-30 px-5 py-2 text-sm text-white hover:bg-[#6F3FD1] disabled:opacity-50"
className="float-right mt-4 rounded-full bg-purple-30 px-5 py-2 text-sm text-white hover:bg-violets-are-blue disabled:opacity-50"
>
{t('modals.createAPIKey.create')}
</button>