summary refs log tree commit diff
path: root/resources/qml/Avatar.qml
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-05-08 00:13:24 +0200
committerGitHub <noreply@github.com>2020-05-08 00:13:24 +0200
commit7beaf868efa500767451666e562b72a9968b6b59 (patch)
tree519d0de73e8c4fb8f8d01e0375b847a287927570 /resources/qml/Avatar.qml
parentFix messages being immediately read again (diff)
parentRemove unused binding name (diff)
downloadnheko-7beaf868efa500767451666e562b72a9968b6b59.tar.xz
Merge pull request #192 from Nheko-Reborn/reactions
Reactions
Diffstat (limited to 'resources/qml/Avatar.qml')
-rw-r--r--resources/qml/Avatar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml

index b1007469..ed065270 100644 --- a/resources/qml/Avatar.qml +++ b/resources/qml/Avatar.qml
@@ -19,7 +19,7 @@ Rectangle { verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignHCenter visible: img.status != Image.Ready - color: colors.brightText + color: colors.text } Image { @@ -43,5 +43,5 @@ Rectangle { } } } - color: colors.dark + color: colors.base }