Borders should never used mSurfaceS colors

This commit is contained in:
quadbyte 2025-08-15 17:32:57 -04:00
parent 9bbb3ac3bb
commit 7e7b7b0192
4 changed files with 6 additions and 6 deletions

View file

@ -265,7 +265,7 @@ NBox {
height: 16 * scaling
radius: width * 0.5
color: Colors.mPrimary
border.color: Colors.mSurface
border.color: Colors.mOutline
border.width: Math.max(1 * Style.borderMedium * scaling)
x: Math.max(0, Math.min(parent.width - width, progressFill.width - width / 2))
anchors.verticalCenter: parent.verticalCenter