Change how next unread image is scaled up

This commit is contained in:
Maurice Parker 2020-07-05 15:01:02 -05:00
parent eb8f6e0c03
commit 14601fc96b

View File

@ -36,10 +36,8 @@ struct TimelineToolbarModifier: ViewModifier {
Button(action: {
}, label: {
AppAssets.nextUnreadArticleImage
.resizable()
.scaledToFit()
.frame(width: 22, height: 22, alignment: .center)
})
.font(.title3)
}).help("Next Unread")
}
#endif
}