mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reduce (slightly) the feed icon size in widgets.
This commit is contained in:
@@ -22,7 +22,7 @@ struct ArticleItemView: View {
|
||||
if iconImage != nil {
|
||||
iconImage!
|
||||
.resizable()
|
||||
.frame(width: 30, height: 30)
|
||||
.frame(width: 24, height: 24)
|
||||
.cornerRadius(4)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user