Removed border on bar media display to match the other capsules

This commit is contained in:
quadbyte 2025-08-19 18:41:11 -04:00
parent 49e0acb377
commit 170502259e

View file

@ -31,8 +31,6 @@ Row {
height: Math.round(Style.capsuleHeight * scaling)
radius: Math.round(Style.radiusM * scaling)
color: Color.mSurfaceVariant
border.color: Color.mOutline
border.width: Math.max(1, Math.round(Style.borderS * scaling))
anchors.verticalCenter: parent.verticalCenter