change resolve button color

This commit is contained in:
smanylov
2026-04-15 13:31:49 +07:00
parent 4d957ea271
commit c1271d9c34
+2 -2
View File
@@ -344,9 +344,9 @@
} }
.btn-resolve { .btn-resolve {
background: linear-gradient(135deg, #10b981, #059669); /* background: linear-gradient(135deg, #10b981, #059669); */
background: #10b981;
color: white; color: white;
/* max-width: 200px; */
padding: 12px 30px; padding: 12px 30px;
white-space: nowrap; white-space: nowrap;