changed edit button colour to primary
This commit is contained in:
@@ -312,7 +312,7 @@ body {
|
|||||||
|
|
||||||
.btn-approve { background: #2e7d32; color: white; }
|
.btn-approve { background: #2e7d32; color: white; }
|
||||||
.btn-reject { background: #c62828; 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-delete { background: #424242; color: white; }
|
||||||
.btn-map { background: #546E7A; color: white; }
|
.btn-map { background: #546E7A; color: white; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user