mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated icon styling on projects page
This commit is contained in:
parent
ad466896a5
commit
2f67ec2e05
@ -58,7 +58,7 @@ export default function Projects({pinnedRepos}: { pinnedRepos: Repo[] }) {
|
||||
href={repo.url}
|
||||
ariaLabel={`Star ${repo.name} on GitHub`}
|
||||
icon={StarIcon}
|
||||
className={'w-5 h-5 group-hover:fill-zinc-500 dark:group-hover:fill-zinc-400'}
|
||||
className={'w-5 h-5 fill-zinc-400 dark:fill-zinc-500'}
|
||||
/>
|
||||
</p>
|
||||
<p className="flex items-center">
|
||||
@ -67,7 +67,7 @@ export default function Projects({pinnedRepos}: { pinnedRepos: Repo[] }) {
|
||||
href={repo.url}
|
||||
ariaLabel={`Fork ${repo.name} on GitHub`}
|
||||
icon={ForkIcon}
|
||||
className={'w-5 h-5 group-hover:fill-zinc-500 dark:group-hover:fill-zinc-400'}
|
||||
className={'w-5 h-5 fill-zinc-400 dark:fill-zinc-500'}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user