Browse Source

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

Deniz Cengiz 1 year ago
parent
commit
1428f4fa3e
1 changed files with 1 additions and 1 deletions
  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"