fix(ukui-menu): 修改系统强调色,开始菜单新安装应用右侧圆点不会立即修改

This commit is contained in:
youdiansaodongxi 2023-11-30 17:10:17 +08:00
parent a44d551311
commit b6831d097d
1 changed files with 3 additions and 2 deletions

View File

@ -64,11 +64,12 @@ MouseArea {
Component { Component {
id: tagPoint id: tagPoint
Item { Item {
Rectangle { StyleBackground {
anchors.centerIn: parent anchors.centerIn: parent
width: 8; height: width width: 8; height: width
radius: width / 2 radius: width / 2
color: themePalette.paletteColor(Palette.Highlight) paletteRole: Palette.Highlight
useStyleTransparent: false
} }
} }
} }