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>