From 2f613fe83c5508a8b58340c571884bde379e7a6e Mon Sep 17 00:00:00 2001 From: Joe Gregory Date: Mon, 3 Jan 2022 15:56:21 -0800 Subject: [PATCH] fix: consistent text color for dark and light mode --- src/pages/instant-observability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/instant-observability.js b/src/pages/instant-observability.js index d5a8b985b..ba5db743f 100644 --- a/src/pages/instant-observability.js +++ b/src/pages/instant-observability.js @@ -598,7 +598,7 @@ const Label = ({ children, htmlFor }) => ( font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; - color: var(--color-neutrals-800); + color: var(--primary-text-color); `} > {children}