diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d5d88a..dc33476 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improve edit control icons to make them clearer and more intuitive #179 (ref: #146 #152)
+### Fixed
+
+- Fix remaining edit control icons to allow them to better follow the page color scheme #179
+
## [v2.0.5] - 2022-08-29
### Changed
diff --git a/src/control/Edit/Edit.js b/src/control/Edit/Edit.js
index 574b275..2281984 100644
--- a/src/control/Edit/Edit.js
+++ b/src/control/Edit/Edit.js
@@ -72,7 +72,7 @@ class Edit extends Control {
},
{
name: 'line',
- label: '',
+ label: '',
tooltip: 'Draw a Line',
draw: 'LineString',
element: drawButtonsDiv,
@@ -99,13 +99,13 @@ class Edit extends Control {
},
{
name: 'move',
- label: '',
+ label: '',
tooltip: 'Move features',
element: actionButtonsDiv,
},
{
name: 'delete',
- label: '',
+ label: '',
tooltip: 'Delete selected feature',
visible: false,
element: actionButtonsDiv,