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 })}