From 05559d8778c92e2777f6f0e2bf9da059f3e27196 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Wed, 15 May 2024 15:13:24 +0200 Subject: [PATCH] fix: Tweak termset nav theme --- app/browser/dataset-browse.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/browser/dataset-browse.tsx b/app/browser/dataset-browse.tsx index 4454895bf..6768ecff6 100644 --- a/app/browser/dataset-browse.tsx +++ b/app/browser/dataset-browse.tsx @@ -250,8 +250,8 @@ const termsetNavItemTheme: NavItemTheme = { activeBg: "grey.300", activeTextColor: "grey.900", textColor: "grey.700", - countColor: "grey.200", - countBg: "grey.600", + countColor: "grey.800", + countBg: "grey.300", closeColor: "grey.700", showAllColor: "grey.600", iconColor: "grey.700",