From bc515d262739139de5bfc9ace0d87ac5b15d6505 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 4 Jan 2021 13:24:49 -0500 Subject: [PATCH] fix: fix chat reply color and size --- .../AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml | 1 + ui/imports/Themes/DarkTheme.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"