Skip to content

Commit

Permalink
fix: Tweak termset nav theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed May 16, 2024
1 parent 41697f0 commit 05559d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/browser/dataset-browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 05559d8

Please sign in to comment.