Merged in feature/IO-3667-Visual-Production-Title-Color (pull request #3207)

IO-3667 Visual Production Title Color

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2026-04-29 16:44:46 +00:00
committed by Dave Richer

View File

@@ -431,6 +431,7 @@ export default function ProductionBoardCard({ technician, card, bodyshop, cardSe
<Card
className={`react-trello-card ${cardSettings.kiosk ? "kiosk-mode" : ""}`}
size="small"
styles={{ header: { backgroundColor: "var(--card-bg-fallback)" } }}
style={{
backgroundColor: cardSettings?.cardcolor
? bgColor.fallback || `rgba(${bgColor.r},${bgColor.g},${bgColor.b},${bgColor.a || 1})`