mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-22 15:20:00 +01:00
Merge branch 'master' of https://github.com/Ranchero-Software/NetNewsWire
This commit is contained in:
commit
cf79d3f508
@ -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)
|
||||
|
10
xcconfig/NetNewsWire_multiplatform_widget_target.xcconfig
Normal file
10
xcconfig/NetNewsWire_multiplatform_widget_target.xcconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user