fix(AppControls2): 最近安装标记颜色跟随主题色变化

This commit is contained in:
youdiansaodongxi 2024-05-23 19:13:02 +08:00
parent 1ad043aa6a
commit e3a0d8abc5
1 changed files with 3 additions and 2 deletions

View File

@ -69,13 +69,14 @@ MouseArea {
} }
} }
Rectangle { UkuiItems.StyleBackground {
id: tagPoint id: tagPoint
visible: tagLabel.sourceComponent != null ? false : isRecentInstalled visible: tagLabel.sourceComponent != null ? false : isRecentInstalled
anchors.centerIn: parent anchors.centerIn: parent
width: 8; height: width width: 8; height: width
radius: width / 2 radius: width / 2
color: Platform.Theme.highlight() useStyleTransparency: false
paletteRole: Platform.Theme.Highlight
} }
} }
} }