fix user status text color
This commit is contained in:
parent
af5fd30ce6
commit
56c6b65241
@ -16,7 +16,7 @@ const UserStatus: FunctionComponent<{
|
|||||||
}> = ({ context, user, layoutMode, visible, style }) => {
|
}> = ({ context, user, layoutMode, visible, style }) => {
|
||||||
if (visible === false) return <></>;
|
if (visible === false) return <></>;
|
||||||
const textColorOnBoard = getColorByBrightness(
|
const textColorOnBoard = getColorByBrightness(
|
||||||
context.themeManager.theme.boardColor,
|
context.themeManager.theme.background,
|
||||||
context.themeManager.theme.textColor,
|
context.themeManager.theme.textColor,
|
||||||
context.themeManager.theme.textLightColor
|
context.themeManager.theme.textLightColor
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user