diff --git a/qml/AppControls2/AppItem.qml b/qml/AppControls2/AppItem.qml index 5f28fc4..8a71942 100644 --- a/qml/AppControls2/AppItem.qml +++ b/qml/AppControls2/AppItem.qml @@ -64,11 +64,12 @@ MouseArea { Component { id: tagPoint Item { - Rectangle { + StyleBackground { anchors.centerIn: parent width: 8; height: width radius: width / 2 - color: themePalette.paletteColor(Palette.Highlight) + paletteRole: Palette.Highlight + useStyleTransparent: false } } }