ios: fix new chat swipe
This commit is contained in:
@@ -1301,15 +1301,10 @@ private struct NewChatSwipeBackdrop: View {
|
||||
.frame(width: 72, height: 72)
|
||||
.blur(radius: 10)
|
||||
|
||||
Image(systemName: hasLatched ? "checkmark" : "plus")
|
||||
Image(systemName: "plus")
|
||||
.font(.system(size: 31, weight: .bold, design: .rounded))
|
||||
.foregroundStyle(SybilTheme.text)
|
||||
.symbolEffect(.bounce, value: hasLatched)
|
||||
|
||||
Image(systemName: "sparkle")
|
||||
.font(.system(size: 11, weight: .semibold))
|
||||
.foregroundStyle((hasLatched ? SybilTheme.accent : SybilTheme.primary).opacity(0.90))
|
||||
.offset(x: -26, y: -25)
|
||||
}
|
||||
.frame(width: 92, height: 92)
|
||||
.background(
|
||||
|
||||
Reference in New Issue
Block a user