This commit is contained in:
Maurice Parker 2020-07-11 12:48:58 -05:00
commit cf79d3f508
2 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -0,0 +1,10 @@
//
// NetNewsWire_multiplatform_widget_target.xcconfig
// NetNewsWire
//
// Created by Maurice Parker on 7/11/20.
// Copyright © 2020 Ranchero Software. All rights reserved.
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974