Make tab touch feedback rounded
This commit is contained in:
джерело
85b0b9de29
коміт
97d6e1dffc
1 змінених файлів з 2 додано та 1 видалено
|
@ -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
|
||||
|
|
Завантаження…
Посилання в новій задачі