(fix:general) perfect labels, delete btn

This commit is contained in:
ManishMadan2882
2025-03-12 22:52:08 +05:30
parent 93de4065c7
commit 5c7a3a515c
2 changed files with 14 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ export default function ConfirmationModal({
const submitButtonClasses =
variant === 'danger'
? 'rounded-3xl bg-rosso-corsa px-5 py-2 text-sm text-lotion transition-all hover:bg-red-2000'
? 'rounded-3xl bg-rosso-corsa px-5 py-2 text-sm text-lotion transition-all hover:bg-red-2000 hover:font-bold tracking-[0.015em] hover:tracking-normal'
: 'rounded-3xl bg-purple-30 px-5 py-2 text-sm text-lotion transition-all hover:bg-violets-are-blue';
return (