IO-1722 adjusted condition for text color
This commit is contained in:
@@ -86,8 +86,8 @@ export default function ProductionBoardCard(
|
||||
size="small"
|
||||
style={{
|
||||
backgroundColor: cardSettings && cardSettings.cardcolor && bgColor,
|
||||
|
||||
color: getContrastYIQ(bgColor),
|
||||
color:
|
||||
cardSettings && cardSettings.cardcolor && getContrastYIQ(bgColor),
|
||||
}}
|
||||
title={
|
||||
<Space>
|
||||
|
||||
Reference in New Issue
Block a user