fix gap between tab bar and its border (#4538)
This commit is contained in:
		
							parent
							
								
									c92ef2fe31
								
							
						
					
					
						commit
						2237e10ad2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -180,7 +180,7 @@ const desktopStyles = StyleSheet.create({
 | 
			
		|||
    position: 'absolute',
 | 
			
		||||
    left: 0,
 | 
			
		||||
    right: 0,
 | 
			
		||||
    bottom: -1,
 | 
			
		||||
    top: '100%',
 | 
			
		||||
    borderBottomWidth: 1,
 | 
			
		||||
  },
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			@ -207,7 +207,7 @@ const mobileStyles = StyleSheet.create({
 | 
			
		|||
    position: 'absolute',
 | 
			
		||||
    left: 0,
 | 
			
		||||
    right: 0,
 | 
			
		||||
    bottom: -1,
 | 
			
		||||
    top: '100%',
 | 
			
		||||
    borderBottomWidth: hairlineWidth,
 | 
			
		||||
  },
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue