mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 15:23:27 +01:00
fix(SwiftUI): improve chevronRight colors for credit links
This commit is contained in:
@@ -131,7 +131,7 @@ struct SettingsView: View {
|
||||
Spacer()
|
||||
Text("SideStore Team")
|
||||
Image(systemSymbol: .chevronRight)
|
||||
.foregroundColor(.secondary)
|
||||
.foregroundColor(.secondary.opacity(0.5))
|
||||
}
|
||||
}
|
||||
.foregroundColor(.primary)
|
||||
@@ -145,7 +145,7 @@ struct SettingsView: View {
|
||||
Spacer()
|
||||
Text("fabianthdev")
|
||||
Image(systemSymbol: .chevronRight)
|
||||
.foregroundColor(.secondary)
|
||||
.foregroundColor(.secondary.opacity(0.5))
|
||||
}
|
||||
}
|
||||
.foregroundColor(.primary)
|
||||
|
||||
Reference in New Issue
Block a user