From 993c9919fc3ee20d1802e917b38ab4701dc235c3 Mon Sep 17 00:00:00 2001 From: Ian MacFarland Date: Tue, 5 Jul 2022 13:39:36 -0700 Subject: [PATCH] use slate85 as caption color to match text --- spotlight-client/src/UiLibrary/colors.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spotlight-client/src/UiLibrary/colors.ts b/spotlight-client/src/UiLibrary/colors.ts index c6313956..c2fa3dfb 100644 --- a/spotlight-client/src/UiLibrary/colors.ts +++ b/spotlight-client/src/UiLibrary/colors.ts @@ -15,6 +15,7 @@ // along with this program. If not, see . // ============================================================================= +import { palette } from "@recidiviz/design-system"; import { ValuesType } from "utility-types"; const gray = "#D6DCDC"; @@ -58,7 +59,7 @@ export default { background: white, buttonBackground: white, buttonBackgroundHover: gray, - caption: pinePale, + caption: palette.text.caption, chartAxis: pine, chartGridLine: gray, chartNoData: gray,