changed edit button colour to primary

This commit is contained in:
2026-04-23 15:30:41 +02:00
parent 8d67c0c0b9
commit ec4c9fa8a9

View File

@@ -312,7 +312,7 @@ body {
.btn-approve { background: #2e7d32; color: white; }
.btn-reject { background: #c62828; color: white; }
.btn-edit { background: #1565C0; color: white; }
.btn-edit { background: var(--color-primary); color: white; }
.btn-delete { background: #424242; color: white; }
.btn-map { background: #546E7A; color: white; }