From cd7ba60b2e1bd1670e6aaf51aeac12d81978b1ec Mon Sep 17 00:00:00 2001 From: Priya Nagda Date: Sun, 5 Dec 2021 17:20:45 +0000 Subject: [PATCH] Improve label colors on dashboard integrations for the dark theme --- components/dashboard/src/settings/Integrations.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/dashboard/src/settings/Integrations.tsx b/components/dashboard/src/settings/Integrations.tsx index 1438b2c7853cdd..3ac07b509cc159 100644 --- a/components/dashboard/src/settings/Integrations.tsx +++ b/components/dashboard/src/settings/Integrations.tsx @@ -291,15 +291,15 @@ function GitProviders() { {ap.authProviderType} - {ap.host} + {ap.host} - {getUsername(ap.authProviderId) || "–"} - Username + {getUsername(ap.authProviderId) || "–"} + Username - {getPermissions(ap.authProviderId)?.join(", ") || "–"} - Permissions + {getPermissions(ap.authProviderId)?.join(", ") || "–"} + Permissions @@ -375,7 +375,7 @@ function GitIntegrations() {

Git Integrations

-

Manage Git integrations for GitLab or GitHub self-hosted instances.

+

Manage Git integrations for GitLab or GitHub self-hosted instances.

{providers.length !== 0 ?