diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d948b5..e200c861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [Unreleased] + +### Changed +- `Paint` toolbar icons: replaced generic pencil icons with a distinct pen (brush) and highlighter (marker) to make the tools easier to tell apart. + ## [0.3.1] - 2026-03-25 ### Fixed diff --git a/js/paint/widget.tsx b/js/paint/widget.tsx index 439ac7d7..d965e0d3 100644 --- a/js/paint/widget.tsx +++ b/js/paint/widget.tsx @@ -234,9 +234,8 @@ function Component() { onClick={() => setTool('brush')} title="Brush (thin)" > - - - + +