add comment
parent
db3b10e98b
commit
d8fc3798e3
|
@ -71,6 +71,8 @@ const styles = StyleSheet.create({
|
||||||
paddingHorizontal: 6,
|
paddingHorizontal: 6,
|
||||||
paddingVertical: 3,
|
paddingVertical: 3,
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
// Related to margin/gap hack. This keeps the alt label in the same position
|
||||||
|
// on all platforms
|
||||||
left: isWeb ? 8 : 5,
|
left: isWeb ? 8 : 5,
|
||||||
bottom: isWeb ? 8 : 5,
|
bottom: isWeb ? 8 : 5,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue