IO-1413 Change color of kanban background

This commit is contained in:
Patrick Fic
2021-10-05 14:22:45 -07:00
parent 50489dd682
commit 6521c0bfb8
2 changed files with 5 additions and 0 deletions

View File

@@ -124,3 +124,7 @@
z-index: 2 !important;
}
}
.react-kanban-column {
background-color: #ddd !important;
}

View File

@@ -38,6 +38,7 @@ export function ProductionBoardFilters({
}}
/>
<EmployeeSearchSelectComponent
style={{ minWidth: "20rem" }}
options={bodyshop.employees.filter((e) => e.active)}
value={filter.employeeId}
placeholder={t("production.labels.employeesearch")}