From be42203944efb1cea0d79f20c7ca2ba0b43a88d8 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 22:15:08 +0100 Subject: [PATCH] remove(settings): remove legacy highlight color setting --- src/components/Settings.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 0ba2928c..144971a0 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -120,13 +120,6 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => { -
- - setLocalSettings({ ...localSettings, highlightColor: color })} - /> -