mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Tidies up the Help section iconography in Settings
This commit is contained in:
@@ -213,7 +213,8 @@ struct SettingsViewRows {
|
||||
Image(systemName: sheet.systemImage)
|
||||
.resizable()
|
||||
.renderingMode(.template)
|
||||
.foregroundColor(Color(uiColor: .tertiaryLabel))
|
||||
.symbolRenderingMode(.hierarchical)
|
||||
.foregroundColor(Color(uiColor: AppAssets.primaryAccentColor))
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 30.0, height: 30.0)
|
||||
}
|
||||
@@ -230,10 +231,11 @@ struct SettingsViewRows {
|
||||
Label {
|
||||
Text("About", comment: "Button: opens the NetNewsWire about view.")
|
||||
} icon: {
|
||||
Image(systemName: "info.circle")
|
||||
Image(systemName: "info.circle.fill")
|
||||
.resizable()
|
||||
.renderingMode(.template)
|
||||
.foregroundColor(Color(uiColor: .tertiaryLabel))
|
||||
.symbolRenderingMode(.hierarchical)
|
||||
.foregroundColor(Color(uiColor: AppAssets.primaryAccentColor))
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 30.0, height: 30.0)
|
||||
}
|
||||
|
||||
@@ -34,9 +34,9 @@ public enum HelpSheet: CustomStringConvertible, CaseIterable {
|
||||
public var systemImage: String {
|
||||
switch self {
|
||||
case .help:
|
||||
return "questionmark.app"
|
||||
return "questionmark.circle.fill"
|
||||
case .website:
|
||||
return "globe"
|
||||
return "safari.fill"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user