mirror of
https://github.com/dergigi/boris.git
synced 2025-12-29 04:24:34 +01:00
remove(settings): remove legacy highlight color setting
This commit is contained in:
@@ -120,13 +120,6 @@ const Settings: React.FC<SettingsProps> = ({ settings, onSave, onClose }) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="setting-group setting-inline">
|
||||
<label>Highlight Color (Legacy)</label>
|
||||
<ColorPicker
|
||||
selectedColor={localSettings.highlightColor || '#ffff00'}
|
||||
onColorChange={(color) => setLocalSettings({ ...localSettings, highlightColor: color })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="setting-group setting-inline">
|
||||
<label>My Highlights Color</label>
|
||||
|
||||
Reference in New Issue
Block a user