Reduce (slightly) the feed icon size in widgets.

This commit is contained in:
Brent Simmons
2024-12-26 15:59:19 -08:00
parent eb2f2caa11
commit 7d16c63af6

View File

@@ -22,7 +22,7 @@ struct ArticleItemView: View {
if iconImage != nil {
iconImage!
.resizable()
.frame(width: 30, height: 30)
.frame(width: 24, height: 24)
.cornerRadius(4)
}