Make tab touch feedback rounded
这个提交包含在:
父节点
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
|
||||
|
|
正在加载…
在新工单中引用