Multicolor timer icon

This commit is contained in:
Garth Vander Houwen 2024-08-24 21:54:21 -07:00
parent 8ac18430e2
commit 799f06f873

View file

@ -275,6 +275,7 @@ struct TimerView: View {
.fontWeight(.semibold)
.foregroundStyle(.tint)
Image(systemName: "timer")
.symbolRenderingMode(.multicolor)
.resizable()
.foregroundStyle(.secondary)
.frame(width: 30, height: 30)