Minor Refinements to Colours

This commit is contained in:
2026-02-17 18:50:18 +02:00
parent 9c953d5ade
commit 3296c645da
11 changed files with 18 additions and 16 deletions

View File

@@ -337,7 +337,7 @@ export default function MelodyForm() {
</label>
</div>
</div>
style={{ backgroundColor: "var(--btn-primary)", color: "var(--text-white)" }}
<div className="flex items-center gap-2 pt-2">
<input type="checkbox" id="isTrueRing" checked={information.isTrueRing} onChange={(e) => updateInfo("isTrueRing", e.target.checked)} className="h-4 w-4 rounded" />
<label htmlFor="isTrueRing" className="text-sm font-medium" style={labelStyle}>True Ring</label>