Explorar el Código

Adjust hourglass to display 'ran through' version during grace period

Deniz Cengiz hace 1 año
padre
commit
1428f4fa3e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Trio/Sources/Modules/Home/View/Header/PumpView.swift

+ 1 - 1
Trio/Sources/Modules/Home/View/Header/PumpView.swift

@@ -26,7 +26,7 @@ struct PumpView: View {
             return "hourglass.bottomhalf.filled"
         case 12 ..< 60:
             return "hourglass"
-        case 0 ..< 12:
+        case -8 ..< 12:
             return "hourglass.tophalf.filled"
         default:
             return "hourglass"