mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
fix(SwiftUI): improve chevronRight colors for credit links
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user