(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

@@ -165,7 +165,7 @@ export default function Prompts({
/>
<button
className="mt-[24px] rounded-3xl border border-solid border-purple-30 px-5 py-3 text-purple-30 transition-colors hover:text-white hover:bg-[#6F3FD1] dark:border-purple-30 dark:text-purple-30 dark:hover:bg-purple-30 dark:hover:text-white"
className="mt-[24px] rounded-3xl border border-solid border-violets-are-blue px-5 py-3 text-violets-are-blue transition-colors hover:text-white hover:bg-violets-are-blue"
onClick={() => {
setModalType('ADD');
setModalState('ACTIVE');