Fix a bunch of hardcoded borders + autofmt

This commit is contained in:
ItsLemmy
2025-11-18 19:17:25 -05:00
parent aa218e153d
commit 8242b0d97d
11 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ SmartPanel {
color: Color.mSurfaceVariant
radius: width / 2
border.color: Color.mOutline
border.width: 2
border.width: Style.borderM
visible: parent.status === Image.Error
NIcon {