From 8a156f96528e9d3534f9a38a2ac4969ec8de83e8 Mon Sep 17 00:00:00 2001 From: huong-li-nguyen Date: Thu, 21 Dec 2023 11:02:32 +0100 Subject: [PATCH] Add fix for span not being colored --- vizro-core/src/vizro/static/css/typography.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vizro-core/src/vizro/static/css/typography.css b/vizro-core/src/vizro/static/css/typography.css index c764b79ba..362f6ed98 100644 --- a/vizro-core/src/vizro/static/css/typography.css +++ b/vizro-core/src/vizro/static/css/typography.css @@ -125,3 +125,7 @@ h5, h6 { color: var(--text-secondary); } + +span { + color: var(--text-secondary); +}