add comment

This commit is contained in:
Hailey 2024-01-30 17:10:19 -08:00
parent db3b10e98b
commit d8fc3798e3

View file

@ -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,
}, },