Browse Source

Make tab touch feedback rounded

Arnaud Vergnet 3 years ago
parent
commit
97d6e1dffc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/components/Tabbar/TabIcon.js

+ 2
- 1
src/components/Tabbar/TabIcon.js View File

@@ -94,11 +94,12 @@ class TabIcon extends React.Component<PropsType> {
94 94
       <TouchableRipple
95 95
         onPress={props.onPress}
96 96
         onLongPress={props.onLongPress}
97
-        borderless
98 97
         rippleColor={props.theme.colors.primary}
98
+        borderless
99 99
         style={{
100 100
           flex: 1,
101 101
           justifyContent: 'center',
102
+          borderRadius: 10
102 103
         }}>
103 104
         <View>
104 105
           <Animatable.View

Loading…
Cancel
Save