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