diff --git a/CHANGELOG.md b/CHANGELOG.md
index 642e3de1..4a2fc962 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Fixed
+- **UI uniformity audit** — replaced all remaining CheckBoxes with purple ToggleSwitch on:
+ Performance (5 toggles), Logs (5 severity filters), Ping targets, Process Manager,
+ Deep Cleanup categories.
+- **Hover consistency** — all interactive elements now use `#186366F1` purple tint.
+ Fixed: LogsView, DiskAnalyzer, NetworkRepair (3 cards), DuplicateFile (added missing hover).
+- **Dashboard** — replaced green Tune-Up button with PrimaryButton (purple), green borders
+ with Accent.
+- **Ping targets** — green tint background replaced with purple.
+- **Hardcoded colors → StaticResource** — ~30 instances replaced across 8 views
+ (Danger, Success, Warning, Info, Accent tokens).
+
## [1.10.0] - 2026-05-26
### Added
diff --git a/SysManager/SysManager/Views/BatteryHealthView.xaml b/SysManager/SysManager/Views/BatteryHealthView.xaml
index f13667c4..93f29a60 100644
--- a/SysManager/SysManager/Views/BatteryHealthView.xaml
+++ b/SysManager/SysManager/Views/BatteryHealthView.xaml
@@ -97,7 +97,7 @@
+ Foreground="{StaticResource Danger}">
diff --git a/SysManager/SysManager/Views/CleanupView.xaml b/SysManager/SysManager/Views/CleanupView.xaml
index a9de23d7..fff83f54 100644
--- a/SysManager/SysManager/Views/CleanupView.xaml
+++ b/SysManager/SysManager/Views/CleanupView.xaml
@@ -69,7 +69,7 @@
+ Foreground="{StaticResource Info}" Margin="0,4,0,0"/>
@@ -99,8 +99,8 @@
are running so the user can navigate away freely. -->
-
-
+
+
@@ -118,8 +118,8 @@
-
-
+
+
diff --git a/SysManager/SysManager/Views/DashboardView.xaml b/SysManager/SysManager/Views/DashboardView.xaml
index 4b4a047f..898dd698 100644
--- a/SysManager/SysManager/Views/DashboardView.xaml
+++ b/SysManager/SysManager/Views/DashboardView.xaml
@@ -70,14 +70,8 @@