From 6521c0bfb8869637e6a22e21cb91380fb15e16e8 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 5 Oct 2021 14:22:45 -0700 Subject: [PATCH] IO-1413 Change color of kanban background --- client/src/App/App.styles.scss | 4 ++++ .../production-board-filters.component.jsx | 1 + 2 files changed, 5 insertions(+) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 7ee64f7f1..bcf6fc843 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -124,3 +124,7 @@ z-index: 2 !important; } } + +.react-kanban-column { + background-color: #ddd !important; +} diff --git a/client/src/components/production-board-filters/production-board-filters.component.jsx b/client/src/components/production-board-filters/production-board-filters.component.jsx index 017efed88..16bc72fea 100644 --- a/client/src/components/production-board-filters/production-board-filters.component.jsx +++ b/client/src/components/production-board-filters/production-board-filters.component.jsx @@ -38,6 +38,7 @@ export function ProductionBoardFilters({ }} /> e.active)} value={filter.employeeId} placeholder={t("production.labels.employeesearch")}