Merge branch 'Dokploy:canary' into feat/i18n-support

This commit is contained in:
JiPai
2024-11-12 23:22:21 +08:00
committed by GitHub
8 changed files with 51 additions and 54 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>