Explorar o código

Adjust fill color of hourglass #530

Deniz Cengiz hai 1 ano
pai
achega
a14b3eee5f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Trio/Sources/Modules/Home/View/Header/PumpView.swift

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

@@ -99,7 +99,8 @@ struct PumpView: View {
                     HStack {
                         Image(systemName: hourglassIcon)
                             .font(.callout)
-                            .foregroundStyle(timerColor)
+                            .foregroundStyle(timerColor, Color.yellow)
+                            .symbolRenderingMode(.palette)
 
                         let remainingTimeString = remainingTimeString(time: date.timeIntervalSince(timerDate))