diff --git a/qml/AppControls2/AppItem.qml b/qml/AppControls2/AppItem.qml index 2e14b09..15245fe 100644 --- a/qml/AppControls2/AppItem.qml +++ b/qml/AppControls2/AppItem.qml @@ -69,13 +69,14 @@ MouseArea { } } - Rectangle { + UkuiItems.StyleBackground { id: tagPoint visible: tagLabel.sourceComponent != null ? false : isRecentInstalled anchors.centerIn: parent width: 8; height: width radius: width / 2 - color: Platform.Theme.highlight() + useStyleTransparency: false + paletteRole: Platform.Theme.Highlight } } }