Skip to content

Commit

Permalink
Color Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Dec 14, 2023
1 parent e7e4e59 commit c4da80d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/HomePage/IconButtonComp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)" }}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/GithubStats/GithubStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
/>
<Image
Expand Down

0 comments on commit c4da80d

Please sign in to comment.