From 8594b733ef2e2abfc10a052b348d7b436593b6e1 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 22:15:35 +0100 Subject: [PATCH] style(settings): remove 'Color' from highlight setting labels --- src/components/Settings.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 144971a0..324702d4 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -122,7 +122,7 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => {
- + setLocalSettings({ ...localSettings, highlightColorMine: color })} @@ -130,7 +130,7 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => {
- + setLocalSettings({ ...localSettings, highlightColorFriends: color })} @@ -138,7 +138,7 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => {
- + setLocalSettings({ ...localSettings, highlightColorNostrverse: color })}