Change how next unread image is scaled up
This commit is contained in:
parent
eb8f6e0c03
commit
14601fc96b
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user