fix(SwiftUI): improve chevronRight colors for credit links

This commit is contained in:
naturecodevoid
2023-05-29 20:33:30 -07:00
parent 93ae81159e
commit 3ee53e8c2b

View File

@@ -131,7 +131,7 @@ struct SettingsView: View {
Spacer() Spacer()
Text("SideStore Team") Text("SideStore Team")
Image(systemSymbol: .chevronRight) Image(systemSymbol: .chevronRight)
.foregroundColor(.secondary) .foregroundColor(.secondary.opacity(0.5))
} }
} }
.foregroundColor(.primary) .foregroundColor(.primary)
@@ -145,7 +145,7 @@ struct SettingsView: View {
Spacer() Spacer()
Text("fabianthdev") Text("fabianthdev")
Image(systemSymbol: .chevronRight) Image(systemSymbol: .chevronRight)
.foregroundColor(.secondary) .foregroundColor(.secondary.opacity(0.5))
} }
} }
.foregroundColor(.primary) .foregroundColor(.primary)