fix: Use direct color values for action buttons (--danger was undefined)
This commit is contained in:
parent
bf7cb6a76b
commit
9a527febf3
@ -127,12 +127,12 @@
|
||||
}
|
||||
|
||||
.action-btn.approve {
|
||||
background: var(--success);
|
||||
background: #28a745;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.action-btn.reject {
|
||||
background: var(--danger);
|
||||
background: #dc3545;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user