Update LinkIcon.tsx

This commit is contained in:
talksik
2022-01-19 02:44:22 -08:00
parent c7be513746
commit b15fca6059
+1 -1
View File
@@ -40,7 +40,7 @@ export default function LinkIcon(props: {
return <FaFileCode {...rest} className={`${className} text-blue-500 `} />;
case LinkType.github:
return (
<FaGithubSquare {...rest} className={`${className} text-gray-500 `} />
<FaGithubSquare {...rest} className={`${className} text-gray-200 `} />
);
case LinkType.googleDrive:
return (