This commit is contained in:
Black Hat
2018-09-24 20:52:24 +08:00
parent 5b029ed906
commit c9d1d68877
2 changed files with 15 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ RowLayout {
TextEdit {
Layout.fillWidth: true
text: (highlighted ? "<style>a{color: white;}</style>" : "") + display
text: (highlighted ? "<style>a{color: white;} .user-pill{color: white}</style>" : "<style>a{color: " + Material.accent + ";} .user-pill{color: " + Material.accent + "}</style>") + display
visible: isText
color: highlighted ? "white": Material.foreground