Merge pull request #674 from AprilNEA/672-fix-github-icon

fix: fix github icon path fill color #672
This commit is contained in:
Mauricio Siu
2024-11-10 15:06:08 -06:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export const AddGithubProvider = () => {
<Dialog open={isOpen} onOpenChange={setIsOpen}>
<DialogTrigger asChild>
<Button variant="secondary" className="flex items-center space-x-1">
<GithubIcon />
<GithubIcon className="text-current fill-current" />
<span>Github</span>
</Button>
</DialogTrigger>