201 előtti mentés
This commit is contained in:
@@ -218,7 +218,7 @@ const approveService = (serviceId: number) => {
|
||||
}
|
||||
|
||||
.stat-value.pending {
|
||||
color: #ffc107;
|
||||
color: #3b82f6;
|
||||
}
|
||||
|
||||
.stat-value.approved {
|
||||
@@ -276,8 +276,8 @@ const approveService = (serviceId: number) => {
|
||||
}
|
||||
|
||||
.status-badge.pending {
|
||||
background-color: #fff3cd;
|
||||
color: #856404;
|
||||
background-color: #dbeafe;
|
||||
color: #1d4ed8;
|
||||
}
|
||||
|
||||
.status-badge.approved {
|
||||
|
||||
Reference in New Issue
Block a user