Replyable message notification (w.i.p)

This commit is contained in:
2024-12-21 17:15:14 +08:00
parent dc78f39969
commit eb125fc436
5 changed files with 59 additions and 15 deletions

View File

@ -78,7 +78,7 @@ struct RandomPostWidgetEntryView : View {
KFImage.url(URL(string: avatarUrl))
.resizable()
.setProcessor(scaleProcessor)
.transition(.opacity)
.fade(duration: 0.25)
.aspectRatio(contentMode: .fit)
.frame(width: size, height: size)
.cornerRadius(size / 2)