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