We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ceec6f commit 15ba863Copy full SHA for 15ba863
components/AuthModal.tsx
@@ -349,7 +349,8 @@ export const AuthModal: React.FC<AuthModalProps> = ({
349
setIsVerifying(false);
350
setIsRedirecting(false);
351
}}
352
- className="w-full text-center text-sm text-blue-400 hover:text-blue-300"
+ className="w-full text-center text-sm hover:opacity-80 transition-opacity"
353
+ style={{ color: "#3f51b5" }}
354
>
355
← Back
356
</button>
components/Header.tsx
@@ -53,7 +53,7 @@ const Header = () => {
53
];
54
55
const ExternalLinkIcon = () => (
56
- <FiExternalLink className="inline-block ml-1 w-3 h-3 text-blue-400" />
+ <FiExternalLink className="inline-block ml-1 w-3 h-3 external-link-icon" />
57
);
58
59
return (
0 commit comments