diff --git a/modules/notifications/NotificationCard.qml b/modules/notifications/NotificationCard.qml index 8ed9f1c..14d9371 100644 --- a/modules/notifications/NotificationCard.qml +++ b/modules/notifications/NotificationCard.qml @@ -30,12 +30,13 @@ Rectangle { id: notiIcon radius: notifyItem.radius - notifyItem.radius / 3 implicitWidth: 64 + color: Colors.background implicitHeight: 64 visible: notifyItem.modelData.image !== "" IconImage { source: notifyItem.modelData.image visible: notifyItem.modelData.image !== "" - implicitSize: 30 + implicitSize: 64 asynchronous: true } }