mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 14:27:23 +01:00 
			
		
		
		
	fix: Add tiny border to message bubbles
This commit is contained in:
		
							parent
							
								
									114685ef87
								
							
						
					
					
						commit
						68dfc8ee3a
					
				@ -94,6 +94,12 @@ class Message extends StatelessWidget {
 | 
			
		||||
              onLongPress: !longPressSelect ? null : () => onSelect(event),
 | 
			
		||||
              borderRadius: BorderRadius.circular(AppConfig.borderRadius),
 | 
			
		||||
              child: Container(
 | 
			
		||||
                decoration: BoxDecoration(
 | 
			
		||||
                  border: Border.all(
 | 
			
		||||
                    color: Theme.of(context).secondaryHeaderColor,
 | 
			
		||||
                  ),
 | 
			
		||||
                  borderRadius: BorderRadius.circular(AppConfig.borderRadius),
 | 
			
		||||
                ),
 | 
			
		||||
                padding:
 | 
			
		||||
                    const EdgeInsets.symmetric(vertical: 6, horizontal: 10),
 | 
			
		||||
                constraints:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user