Compare commits
No commits in common. "61e1feb8bde51ad9f11bb7650b12d47d5af6e694" and "91a3117595f4308f16a9a7ca72c31309e633ee41" have entirely different histories.
61e1feb8bd
...
91a3117595
@ -35,8 +35,8 @@ struct PrivateChatView: View {
|
||||
|
||||
if !isBottomAnchorVisible {
|
||||
scrollToBottomButton(proxy: proxy)
|
||||
.padding(.trailing, 12)
|
||||
.padding(.bottom, 4)
|
||||
.padding(.trailing, 20)
|
||||
.padding(.bottom, 56)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -291,12 +291,8 @@ struct PrivateChatView: View {
|
||||
.font(.system(size: 18, weight: .semibold))
|
||||
.foregroundColor(.white)
|
||||
.frame(width: 44, height: 44)
|
||||
// .background(Color.accentColor)
|
||||
.background(Color(.secondarySystemBackground))
|
||||
.background(Color.accentColor)
|
||||
.clipShape(Circle())
|
||||
// .overlay(
|
||||
// Circle().stroke(Color.white.opacity(0.35), lineWidth: 1)
|
||||
// )
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
.shadow(color: Color.black.opacity(0.2), radius: 4, x: 0, y: 2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user