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;
}