From dc63aeeda1fd602df9263419c8bbfe20d43e6ed4 Mon Sep 17 00:00:00 2001 From: Erez Shermer Date: Thu, 9 Oct 2025 21:57:47 +0300 Subject: [PATCH] Fix to https://github.com/esm7/obsidian-map-view/issues/354. --- README.md | 4 ++++ manifest.json | 2 +- package.json | 2 +- src/components/ViewCollapsibleSection.svelte | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94496ae..3281398 100644 --- a/README.md +++ b/README.md @@ -834,6 +834,10 @@ And while both plugins are about maps and use Leaflet.js as their visual engine, ## Changelog +### 6.0.2 + +Fix to https://github.com/esm7/obsidian-map-view/issues/354. + ### 6.0.1 - Fix to https://github.com/esm7/obsidian-map-view/issues/352. diff --git a/manifest.json b/manifest.json index 2d1e98c..47f143d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-map-view", "name": "Map View", - "version": "6.0.1", + "version": "6.0.2", "minAppVersion": "1.5.6", "description": "An interactive map view.", "isDesktopOnly": false diff --git a/package.json b/package.json index 6a6aa53..b91dec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-map-view", - "version": "6.0.1", + "version": "6.0.2", "description": "An interactive map view for Obsidian.md", "main": "main.js", "type": "module", diff --git a/src/components/ViewCollapsibleSection.svelte b/src/components/ViewCollapsibleSection.svelte index 0d9b4cb..4b0d605 100644 --- a/src/components/ViewCollapsibleSection.svelte +++ b/src/components/ViewCollapsibleSection.svelte @@ -55,7 +55,7 @@ label { display: block; padding: 1px; - color: var(--gray-darkest, #282828); + color: var(--text-normal); } label span {