forked from vergnet/application-amicale
		
	Make tab touch feedback rounded
This commit is contained in:
		
							parent
							
								
									85b0b9de29
								
							
						
					
					
						commit
						97d6e1dffc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -94,11 +94,12 @@ class TabIcon extends React.Component<PropsType> { | ||||||
|       <TouchableRipple |       <TouchableRipple | ||||||
|         onPress={props.onPress} |         onPress={props.onPress} | ||||||
|         onLongPress={props.onLongPress} |         onLongPress={props.onLongPress} | ||||||
|         borderless |  | ||||||
|         rippleColor={props.theme.colors.primary} |         rippleColor={props.theme.colors.primary} | ||||||
|  |         borderless | ||||||
|         style={{ |         style={{ | ||||||
|           flex: 1, |           flex: 1, | ||||||
|           justifyContent: 'center', |           justifyContent: 'center', | ||||||
|  |           borderRadius: 10 | ||||||
|         }}> |         }}> | ||||||
|         <View> |         <View> | ||||||
|           <Animatable.View |           <Animatable.View | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue