refactor: setup Tailwind color foundation with semantic aliases and updated defaults

This commit is contained in:
Gigi
2025-10-13 23:03:07 +02:00
parent b145aee29d
commit b85fc820d1
4 changed files with 26 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ const ReadingDisplaySettings: React.FC<ReadingDisplaySettingsProps> = ({ setting
<label className="setting-label">My Highlights</label>
<div className="setting-control">
<ColorPicker
selectedColor={settings.highlightColorMine || '#ffff00'}
selectedColor={settings.highlightColorMine || '#facc15'}
onColorChange={(color) => onUpdate({ highlightColorMine: color })}
/>
</div>