From 7364fb72b345521aa537cfdd969fcf90d516936c Mon Sep 17 00:00:00 2001 From: Liz Baker Date: Wed, 29 Mar 2023 16:38:10 -0700 Subject: [PATCH] fix: Adjust logo colors --- src/@newrelic/gatsby-theme-newrelic/components/Logo.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js index c09842ee0..167d39c97 100644 --- a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js +++ b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js @@ -19,7 +19,10 @@ const Logo = ({ className, height }) => ( stroke-width: 3.72px; } .text-color { - fill: #dddedf; + fill: var(--system-text-primary-light); + .dark-mode & { + fill: #dddedf; + } } `} className={className}