diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml index 79a3ec75fb..1970ab24ae 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml @@ -77,6 +77,7 @@ Loader { readOnly: true selectByMouse: true wrapMode: Text.Wrap + font.pixelSize: Style.current.secondaryTextFontSize anchors.left: parent.left anchors.right: root.longReply ? parent.right : undefined z: 51 diff --git a/ui/imports/Themes/DarkTheme.qml b/ui/imports/Themes/DarkTheme.qml index af4d066de6..7f12082151 100644 --- a/ui/imports/Themes/DarkTheme.qml +++ b/ui/imports/Themes/DarkTheme.qml @@ -47,7 +47,7 @@ Theme { property color primaryMenuItemTextHover: almostBlack property color backgroundTertiary: tenPercentBlue property color pillButtonTextColor: almostBlack - property color chatReplyCurrentUser: darkGrey + property color chatReplyCurrentUser: lightGrey property color topBarChatInfoColor: evenDarkerGrey property color codeBackground: "#2E386B"