From ec4c9fa8a98a65d4c23f43cf8893421bbf941c9e Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Thu, 23 Apr 2026 15:30:41 +0200 Subject: [PATCH] changed edit button colour to primary --- public/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/admin.css b/public/admin.css index d9b8948..3ed0c02 100644 --- a/public/admin.css +++ b/public/admin.css @@ -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; }