Explorar el Código

Adjust fill color of hourglass #530

Deniz Cengiz hace 1 año
padre
commit
a14b3eee5f
Se han modificado 1 ficheros con 2 adiciones y 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))