Refactor color classes to use new success color variable across admin and member pages; update Tailwind config to include success color definition.
This commit is contained in:
@@ -64,7 +64,7 @@ const VerifyEmail = () => {
|
||||
|
||||
{status === 'success' && (
|
||||
<>
|
||||
<CheckCircle className="h-20 w-20 text-[#81B29A] mx-auto mb-6" />
|
||||
<CheckCircle className="h-20 w-20 text-success mx-auto mb-6" />
|
||||
<h1 className="text-3xl font-semibold text-primary mb-4" style={{ fontFamily: "'Inter', sans-serif" }}>
|
||||
Email Verified Successfully!
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user