diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6f614..bab314f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### UX improvements - **Data Modeling canvas selects keep dropdown text sized with zoom.** Single- and multi-select menus in the visual editor stay inside the canvas transform so option text matches node chrome when you zoom in or out; truncated labels show the full value on hover. +- **Monochrome sidebar icon.** Switched the Activity Bar icon to a monochrome SVG so it remains visible across light, dark, and high-contrast themes in remote workspaces. ## 2.0.2 diff --git a/assets/images/dj-icon-mono.svg b/assets/images/dj-icon-mono.svg new file mode 100644 index 0000000..7314f8d --- /dev/null +++ b/assets/images/dj-icon-mono.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/package.json b/package.json index fe16821..43590c7 100644 --- a/package.json +++ b/package.json @@ -969,7 +969,7 @@ { "id": "dj", "title": "DJ (Data JSON) Framework", - "icon": "assets/images/dj-icon-white.svg" + "icon": "assets/images/dj-icon-mono.svg" } ], "panel": [