summary refs log tree commit diff
path: root/resources/qml/Avatar.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-03 19:21:03 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-03 19:21:03 +0100
commitd330020fddb22dc7cfddd298ef00e3f3829aa691 (patch)
treecff9c6d5e4c299ccaef5757ec8dbbe60c0ffe608 /resources/qml/Avatar.qml
parentuse room rules for mentions (diff)
downloadnheko-d330020fddb22dc7cfddd298ef00e3f3829aa691.tar.xz
Improve styling a bit
Diffstat (limited to 'resources/qml/Avatar.qml')
-rw-r--r--resources/qml/Avatar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml
index 25fff7f3..f19cd09f 100644
--- a/resources/qml/Avatar.qml
+++ b/resources/qml/Avatar.qml
@@ -48,5 +48,5 @@ Rectangle {
 			}
 		}
 	}
-	color: colors.dark
+	color: colors.base
 }