Minor Refinements to Colours
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user