Compare commits
	
		
			2 Commits
		
	
	
		
			9460024734
			...
			2000ddadc2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2000ddadc2 | |||
| 9e95f9c9d9 | 
@ -159,12 +159,12 @@ struct PrivateChatView: View {
 | 
			
		||||
//                        .font(.caption)
 | 
			
		||||
//                        .foregroundColor(.secondary)
 | 
			
		||||
//                }
 | 
			
		||||
                
 | 
			
		||||
                HStack{
 | 
			
		||||
 | 
			
		||||
                HStack(alignment: .bottom) {
 | 
			
		||||
                    Text(contentText(for: message))
 | 
			
		||||
                        .font(.body)
 | 
			
		||||
                        .foregroundColor(isCurrentUser ? .white : .primary)
 | 
			
		||||
                        .multilineTextAlignment(isCurrentUser ? .trailing : .leading)
 | 
			
		||||
                        .multilineTextAlignment(.leading)
 | 
			
		||||
                    
 | 
			
		||||
                    Text(timestamp(for: message))
 | 
			
		||||
                        .font(.caption2)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user