fix: fix chat reply color and size
This commit is contained in:
parent
a0c1b1552d
commit
bc515d2627
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue