Кроссплатформенный аудит: reply-бар, файлы, аватар, blurhash — 10 фиксов Desktop/Android-parity
This commit is contained in:
@@ -66,13 +66,15 @@ struct CallLiveActivity: Widget {
|
||||
}
|
||||
}
|
||||
Spacer()
|
||||
ZStack {
|
||||
Circle().fill(Color.red)
|
||||
Image(systemName: "phone.down.fill")
|
||||
.font(.system(size: 15, weight: .semibold))
|
||||
.foregroundColor(.white)
|
||||
Link(destination: URL(string: "rosetta://call/end")!) {
|
||||
ZStack {
|
||||
Circle().fill(Color.red)
|
||||
Image(systemName: "phone.down.fill")
|
||||
.font(.system(size: 15, weight: .semibold))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
.frame(width: 40, height: 40)
|
||||
}
|
||||
.frame(width: 40, height: 40)
|
||||
}
|
||||
.padding(.horizontal, 20)
|
||||
.padding(.vertical, 14)
|
||||
|
||||
Reference in New Issue
Block a user