mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge branch 'master' of https://github.com/Ranchero-Software/NetNewsWire
This commit is contained in:
@@ -135,7 +135,7 @@ struct AddWebFeedView: View {
|
||||
HStack(alignment: .top) {
|
||||
if let image = viewModel.smallIconImage(for: viewModel.containers[index]) {
|
||||
Image(rsImage: image)
|
||||
.foregroundColor(.accentColor)
|
||||
.foregroundColor(Color("AccentColor"))
|
||||
}
|
||||
Text("\(containerName)")
|
||||
.tag(index)
|
||||
@@ -144,7 +144,7 @@ struct AddWebFeedView: View {
|
||||
HStack(alignment: .top) {
|
||||
if let image = viewModel.smallIconImage(for: viewModel.containers[index]) {
|
||||
Image(rsImage: image)
|
||||
.foregroundColor(.accentColor)
|
||||
.foregroundColor(Color("AccentColor"))
|
||||
}
|
||||
Text(containerName)
|
||||
.tag(index)
|
||||
|
||||
Reference in New Issue
Block a user