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
|
||||
onPress={props.onPress}
|
||||
onLongPress={props.onLongPress}
|
||||
borderless
|
||||
rippleColor={props.theme.colors.primary}
|
||||
borderless
|
||||
style={{
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
borderRadius: 10
|
||||
}}>
|
||||
<View>
|
||||
<Animatable.View
|
||||
|
|
Loading…
Reference in a new issue