diff --git a/src/renderer/components/channel-about/channel-about.css b/src/renderer/components/channel-about/channel-about.css index 359e4f6cd978..e8e10f4c3986 100644 --- a/src/renderer/components/channel-about/channel-about.css +++ b/src/renderer/components/channel-about/channel-about.css @@ -27,7 +27,7 @@ .aboutTagLink { background-color: var(--secondary-card-bg-color); - color: var(--primary-text); + color: var(--primary-text-color); border-radius: 7px; padding: 7px; text-decoration: none;