(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

@@ -307,7 +307,7 @@ export default function Documents({
/>
</div>
<button
className="rounded-full w-[108px] h-[32px] text-sm bg-purple-30 text-white hover:bg-[#6F3FD1] flex items-center justify-center"
className="rounded-full w-[108px] h-[32px] text-sm bg-purple-30 text-white hover:bg-violets-are-blue flex items-center justify-center"
title={t('settings.documents.addNew')}
onClick={() => {
setIsOnboarding(false);