Changed Color Palette to something more pleasing
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" }}
|
||||
>
|
||||
×
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user