diff --git a/src/components/HomePage/IconButtonComp.tsx b/src/components/HomePage/IconButtonComp.tsx index 9093d62..5f56898 100644 --- a/src/components/HomePage/IconButtonComp.tsx +++ b/src/components/HomePage/IconButtonComp.tsx @@ -36,12 +36,12 @@ const IconButtonHome = ({ label, icon, onClick, tooltip, delay }: SocialBtnType) size={["sm", "sm", "md", "md", "lg"]} opacity={0} mx={["1px", "2", "3", "5", "6"]} - color={"text"} + color={"accent"} bgColor={"light"} animation={isIntersecting ? `${fadeTop} 1s ease-in-out ${delay} forwards` : "none"} shadow={"lg"} transition={"700ms"} - _hover={{ bgColor: "light", color: "text" }} + _hover={{ bgColor: "light", color: "accent" }} border={"2px solid"} borderColor={"transparent"} _active={{ opacity: "0.5", transform: "translateY(5px)" }} diff --git a/src/pages/GithubStats/GithubStats.tsx b/src/pages/GithubStats/GithubStats.tsx index bd957d4..fe07d7b 100644 --- a/src/pages/GithubStats/GithubStats.tsx +++ b/src/pages/GithubStats/GithubStats.tsx @@ -31,7 +31,7 @@ const GithubStats = () => { transition={"750ms"} _hover={{ shadow: "2xl" }} borderRadius={"12"} - src={`https://github-readme-stats-git-master-sayshark75.vercel.app/api?username=sayshark75&show_icons=true&locale=en&custom_title=My Statistics&bg_color=${__primary}&hide_border=true&title_color=${__accent}&text_color=${__accent}`} + src={`https://github-readme-stats-git-master-sayshark75.vercel.app/api?username=sayshark75&show_icons=true&locale=en&custom_title=My Statistics&bg_color=${__primary}&hide_border=true&title_color=${__accent}&text_color=${__accent}&icon_color=${__accent}`} alt={"Github Card"} />