@@ -291,15 +291,15 @@ function GitProviders() {
291
291
</ ItemFieldIcon >
292
292
< ItemField className = "w-4/12 xl:w-3/12 flex flex-col my-auto" >
293
293
< span className = "my-auto font-medium truncate overflow-ellipsis" > { ap . authProviderType } </ span >
294
- < span className = "text-sm my-auto text-gray-400 truncate overflow-ellipsis" > { ap . host } </ span >
294
+ < span className = "text-sm my-auto text-gray-400 truncate overflow-ellipsis dark:text-gray-500 " > { ap . host } </ span >
295
295
</ ItemField >
296
296
< ItemField className = "w-6/12 xl:w-3/12 flex flex-col my-auto" >
297
- < span className = "my-auto truncate text-gray-500 overflow-ellipsis" > { getUsername ( ap . authProviderId ) || "–" } </ span >
298
- < span className = "text-sm my-auto text-gray-400" > Username</ span >
297
+ < span className = "my-auto truncate text-gray-500 overflow-ellipsis dark:text-gray-400 " > { getUsername ( ap . authProviderId ) || "–" } </ span >
298
+ < span className = "text-sm my-auto text-gray-400 dark:text-gray-500 " > Username</ span >
299
299
</ ItemField >
300
300
< ItemField className = "hidden xl:w-5/12 xl:flex xl:flex-col my-auto" >
301
- < span className = "my-auto truncate text-gray-500 overflow-ellipsis" > { getPermissions ( ap . authProviderId ) ?. join ( ", " ) || "–" } </ span >
302
- < span className = "text-sm my-auto text-gray-400" > Permissions</ span >
301
+ < span className = "my-auto truncate text-gray-500 overflow-ellipsis dark:text-gray-400 " > { getPermissions ( ap . authProviderId ) ?. join ( ", " ) || "–" } </ span >
302
+ < span className = "text-sm my-auto text-gray-400 dark:text-gray-500 " > Permissions</ span >
303
303
</ ItemField >
304
304
< ItemFieldContextMenu menuEntries = { gitProviderMenu ( ap ) } />
305
305
</ Item >
@@ -375,7 +375,7 @@ function GitIntegrations() {
375
375
< div className = "flex items-start sm:justify-between mb-2" >
376
376
< div >
377
377
< h3 > Git Integrations</ h3 >
378
- < h2 className = "text-gray-500" > Manage Git integrations for GitLab or GitHub self-hosted instances.</ h2 >
378
+ < h2 > Manage Git integrations for GitLab or GitHub self-hosted instances.</ h2 >
379
379
</ div >
380
380
{ providers . length !== 0
381
381
?
0 commit comments