Przeglądaj źródła

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

Deniz Cengiz 1 rok temu
rodzic
commit
1428f4fa3e

+ 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"