From 05a529fc205af47a98d80c1a88e4db435daf90cb Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Tue, 12 Nov 2024 17:49:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(facet)=20change=20facet=20label=20?= =?UTF-8?q?color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../@ourworldindata/grapher/src/facetChart/FacetChart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx b/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx index 3983634dbc6..956ee9d711a 100644 --- a/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx +++ b/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx @@ -21,7 +21,7 @@ import { } from "@ourworldindata/utils" import { shortenForTargetWidth } from "@ourworldindata/components" import { action, computed, observable } from "mobx" -import { BASE_FONT_SIZE } from "../core/GrapherConstants" +import { BASE_FONT_SIZE, GRAPHER_DARK_TEXT } from "../core/GrapherConstants" import { ChartTypeName, FacetAxisDomain, @@ -838,7 +838,7 @@ export class FacetChart