Mike Plante пре 1 година
родитељ
комит
63e912cb39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Trio/Sources/Modules/Treatments/View/PopupView.swift

+ 1 - 1
Trio/Sources/Modules/Treatments/View/PopupView.swift

@@ -69,7 +69,7 @@ private extension View {
         }
         }
 
 
         return font(.system(.headline, weight: .bold))
         return font(.system(.headline, weight: .bold))
-            .frame(minWidth: 45, alignment: .trailing)
+            .frame(minWidth: 45, alignment: .center)
             .foregroundStyle(solutionColor)
             .foregroundStyle(solutionColor)
             .allowsTightening(true)
             .allowsTightening(true)
             .fixedSize(horizontal: true, vertical: true)
             .fixedSize(horizontal: true, vertical: true)