Fix cursor not being a pointer on profile back button (#1022)
* Fix cursor not being a pointer on profile back button * Change TouchableOpacity to Pressable * switch back to TouchableWithoutFeedback --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>zio/stable
parent
a6bb38ee51
commit
abd2c8e695
|
@ -541,6 +541,8 @@ const styles = StyleSheet.create({
|
||||||
height: 30,
|
height: 30,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
borderRadius: 15,
|
borderRadius: 15,
|
||||||
|
// @ts-ignore web only
|
||||||
|
cursor: 'pointer',
|
||||||
},
|
},
|
||||||
backBtn: {
|
backBtn: {
|
||||||
width: 30,
|
width: 30,
|
||||||
|
|
Loading…
Reference in New Issue