Fix wrong color in reply

This commit is contained in:
Carl Schwan
2020-11-23 22:48:26 +00:00
parent 20966806d2
commit 936f818142

View File

@@ -84,6 +84,7 @@ ToolBar {
Layout.fillWidth: true
text: "<style>a{color: " + color + ";} .user-pill{}</style>" + replyContent
color: Kirigami.Theme.textColor
selectByMouse: true
readOnly: true