From 56b565b512f5a2a5307d8fa48ecd4e3c97992c1e Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Fri, 8 Nov 2024 20:39:55 +0000 Subject: [PATCH 1/2] fix: add colorized svgs --- .../components/icons/data-tools-icons.tsx | 68 ++++++++++--------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/apps/dokploy/components/icons/data-tools-icons.tsx b/apps/dokploy/components/icons/data-tools-icons.tsx index 43c2b371..b47b568a 100644 --- a/apps/dokploy/components/icons/data-tools-icons.tsx +++ b/apps/dokploy/components/icons/data-tools-icons.tsx @@ -161,29 +161,27 @@ export const GitlabIcon = ({ className }: Props) => { return ( ); @@ -209,30 +207,34 @@ export const GithubIcon = ({ className }: Props) => { export const BitbucketIcon = ({ className }: Props) => { return ( - + + + - - + + - - ); }; From 046923aeb335381835fa3b3028607e5c2d2e50df Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:38:43 -0600 Subject: [PATCH 2/2] Update data-tools-icons.tsx --- apps/dokploy/components/icons/data-tools-icons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/icons/data-tools-icons.tsx b/apps/dokploy/components/icons/data-tools-icons.tsx index b47b568a..116f5d8a 100644 --- a/apps/dokploy/components/icons/data-tools-icons.tsx +++ b/apps/dokploy/components/icons/data-tools-icons.tsx @@ -198,7 +198,7 @@ export const GithubIcon = ({ className }: Props) => { >