Changed Color Palette to something more pleasing

This commit is contained in:
2026-02-17 18:26:37 +02:00
parent bec0e606e6
commit 9c953d5ade
6 changed files with 37 additions and 33 deletions

View File

@@ -143,7 +143,7 @@ export default function MelodyDetail() {
<button
onClick={() => setShowDelete(true)}
className="px-4 py-2 text-sm rounded-md transition-colors"
style={{ backgroundColor: "var(--danger)", color: "#fff" }}
style={{ backgroundColor: "var(--danger-btn)", color: "#fff" }}
>
Delete
</button>

View File

@@ -212,7 +212,7 @@ export default function MelodySettings() {
onClick={() => removeColor(color)}
disabled={saving}
className="absolute -top-1.5 -right-1.5 w-5 h-5 rounded-full text-xs opacity-0 group-hover:opacity-100 transition-opacity flex items-center justify-center"
style={{ backgroundColor: "var(--danger)", color: "#fff" }}
style={{ backgroundColor: "var(--danger-btn)", color: "#fff" }}
>
&times;
</button>