Fix cursor not being a pointer on profile back button (#1022)
* Fix cursor not being a pointer on profile back button * Change TouchableOpacity to Pressable * switch back to TouchableWithoutFeedback --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
This commit is contained in:
		
							parent
							
								
									a6bb38ee51
								
							
						
					
					
						commit
						abd2c8e695
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -541,6 +541,8 @@ const styles = StyleSheet.create({
 | 
			
		|||
    height: 30,
 | 
			
		||||
    overflow: 'hidden',
 | 
			
		||||
    borderRadius: 15,
 | 
			
		||||
    // @ts-ignore web only
 | 
			
		||||
    cursor: 'pointer',
 | 
			
		||||
  },
 | 
			
		||||
  backBtn: {
 | 
			
		||||
    width: 30,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue