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; }