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: { Button(action: {
}, label: { }, label: {
AppAssets.nextUnreadArticleImage AppAssets.nextUnreadArticleImage
.resizable() .font(.title3)
.scaledToFit() }).help("Next Unread")
.frame(width: 22, height: 22, alignment: .center)
})
} }
#endif #endif
} }