Compare commits
	
		
			2 Commits
		
	
	
		
			91a3117595
			...
			61e1feb8bd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 61e1feb8bd | |||
| de2d7c4020 | 
@ -35,8 +35,8 @@ struct PrivateChatView: View {
 | 
			
		||||
 | 
			
		||||
                if !isBottomAnchorVisible {
 | 
			
		||||
                    scrollToBottomButton(proxy: proxy)
 | 
			
		||||
                        .padding(.trailing, 20)
 | 
			
		||||
                        .padding(.bottom, 56)
 | 
			
		||||
                        .padding(.trailing, 12)
 | 
			
		||||
                        .padding(.bottom, 4)
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
@ -291,8 +291,12 @@ struct PrivateChatView: View {
 | 
			
		||||
                .font(.system(size: 18, weight: .semibold))
 | 
			
		||||
                .foregroundColor(.white)
 | 
			
		||||
                .frame(width: 44, height: 44)
 | 
			
		||||
                .background(Color.accentColor)
 | 
			
		||||
//                .background(Color.accentColor)
 | 
			
		||||
                .background(Color(.secondarySystemBackground))
 | 
			
		||||
                .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