Merge branch 'canary' into canary

This commit is contained in:
Mauricio Siu
2024-11-10 18:39:11 -06:00
committed by GitHub
5 changed files with 8 additions and 6 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>