From a538584835de260d1bde1dc06d34bb2c674c2826 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Thu, 18 Jun 2020 12:34:49 +0200 Subject: [PATCH] ui: fine-tune rounded icon border The border color of `RoundedColor` is way darker than channel and chat icons in other places of the application. This commit aligns it so it's the same everywhere --- ui/shared/RoundImage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/shared/RoundImage.qml b/ui/shared/RoundImage.qml index d715cf88d5..d228b38333 100644 --- a/ui/shared/RoundImage.qml +++ b/ui/shared/RoundImage.qml @@ -9,7 +9,7 @@ Rectangle { color: Theme.white radius: 50 border.width: 1 - border.color: Theme.darkGrey + border.color: "#10000000" Image { width: parent.width