From d0914fbee246f4bd5555e705e217ac19c4327adf Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 6 Apr 2021 11:38:49 -0400 Subject: [PATCH] feat: make the identicon use the right color instead of white --- ui/shared/RoundedImage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/shared/RoundedImage.qml b/ui/shared/RoundedImage.qml index 967969e7ee..e3b06ae564 100644 --- a/ui/shared/RoundedImage.qml +++ b/ui/shared/RoundedImage.qml @@ -1,5 +1,6 @@ import QtQuick 2.12 import QtGraphicalEffects 1.0 +import "../imports" Rectangle { id: root @@ -14,6 +15,7 @@ Rectangle { width: 24 height: 24 + color: Style.current.background // apply rounded corners mask layer.enabled: true