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
       <TouchableRipple
94
       <TouchableRipple
95
         onPress={props.onPress}
95
         onPress={props.onPress}
96
         onLongPress={props.onLongPress}
96
         onLongPress={props.onLongPress}
97
-        borderless
98
         rippleColor={props.theme.colors.primary}
97
         rippleColor={props.theme.colors.primary}
98
+        borderless
99
         style={{
99
         style={{
100
           flex: 1,
100
           flex: 1,
101
           justifyContent: 'center',
101
           justifyContent: 'center',
102
+          borderRadius: 10
102
         }}>
103
         }}>
103
         <View>
104
         <View>
104
           <Animatable.View
105
           <Animatable.View

Loading…
Cancel
Save