IO-3667 Visual Production Title Color
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -431,6 +431,7 @@ export default function ProductionBoardCard({ technician, card, bodyshop, cardSe
|
||||
<Card
|
||||
className={`react-trello-card ${cardSettings.kiosk ? "kiosk-mode" : ""}`}
|
||||
size="small"
|
||||
headStyle={{ backgroundColor: "var(--card-bg-fallback)" }}
|
||||
style={{
|
||||
backgroundColor: cardSettings?.cardcolor
|
||||
? bgColor.fallback || `rgba(${bgColor.r},${bgColor.g},${bgColor.b},${bgColor.a || 1})`
|
||||
|
||||
Reference in New Issue
Block a user