diff --git a/imports/NeoChat/Component/Timeline/MessageDelegate.qml b/imports/NeoChat/Component/Timeline/MessageDelegate.qml index 13063a752..9042fda81 100644 --- a/imports/NeoChat/Component/Timeline/MessageDelegate.qml +++ b/imports/NeoChat/Component/Timeline/MessageDelegate.qml @@ -95,7 +95,7 @@ RowLayout { visible: showAuthor && !isEmote text: author.displayName - font.bold: true + font.weight: Font.Bold color: author.color wrapMode: Text.Wrap }