mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Simplify Padding
This commit is contained in:
		
				
					committed by
					
						 AntsyLich
						AntsyLich
					
				
			
			
				
	
			
			
			
						parent
						
							916544c243
						
					
				
				
					commit
					a7e650067e
				
			| @@ -119,12 +119,8 @@ private fun DateHeading( | ||||
|         Text( | ||||
|             text = relativeDateText(date), | ||||
|             modifier = Modifier | ||||
|                 .padding( | ||||
|                     start = MaterialTheme.padding.medium, | ||||
|                     end = MaterialTheme.padding.small, | ||||
|                     top = MaterialTheme.padding.small, | ||||
|                     bottom = MaterialTheme.padding.small, | ||||
|                 ), | ||||
|                 .padding(MaterialTheme.padding.small) | ||||
|                 .padding(start = MaterialTheme.padding.small), | ||||
|             color = MaterialTheme.colorScheme.onSurfaceVariant, | ||||
|             fontWeight = FontWeight.SemiBold, | ||||
|             style = MaterialTheme.typography.bodyMedium, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user