feat: add little radius

This commit is contained in:
JPratama7
2025-08-31 11:35:24 +07:00
parent 9bb5241e49
commit d883096971

View File

@@ -44,6 +44,7 @@ Rectangle {
height: root.itemSize * 0.75
color: taskbarItem.isActive ? Color.mPrimary : root.color
border.width: 0
radius: Math.round(Style.radiusXS * root.scaling)
border.color: "transparent"
z: -1