color for flip button on main view

This commit is contained in:
Trey t
2022-01-30 22:22:54 -06:00
parent 9afbfb2e8e
commit 5b2b10f78c

View File

@@ -36,6 +36,7 @@ struct SwitchableView: View {
.padding(.trailing, 8)
.padding(.top, 8)
.allowsHitTesting(false)
.foregroundColor(Color(UIColor.systemGray))
}
.padding(.top, -7)