Fixed text style and highlight color in the MessageLog

#jira UETOOL-2468
#rb lauren.barnes
#okfforgithub public
#preflight 61083d17484c100001c93af5

[CL 17020011 by aditya ravichandran in ue5-main branch]
This commit is contained in:
aditya ravichandran
2021-08-02 16:11:01 -04:00
parent edb2013464
commit ec49e7ba0a
2 changed files with 3 additions and 2 deletions

View File

@@ -293,7 +293,8 @@ void SMessageLogMessageListRow::CreateMessage(const TSharedRef<SHorizontalBox>&
[
SNew(STextBlock)
.Text(FText::FromString(MessageString))
.ColorAndOpacity(FStyleColors::Foreground)
.ColorAndOpacity(FSlateColor::UseForeground())
.TextStyle(FAppStyle::Get(), "MessageLog")
];
}
}