fix: fix chat reply color and size

This commit is contained in:
Jonathan Rainville 2021-01-04 13:24:49 -05:00 committed by Iuri Matias
parent a0c1b1552d
commit bc515d2627
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"