Move ALT indicator right and shrink it a bit (#4213)
parent
2897b79bef
commit
afab4d5129
|
@ -74,12 +74,12 @@ const styles = StyleSheet.create({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
// Related to margin/gap hack. This keeps the alt label in the same position
|
// Related to margin/gap hack. This keeps the alt label in the same position
|
||||||
// on all platforms
|
// on all platforms
|
||||||
left: isWeb ? 8 : 5,
|
right: isWeb ? 8 : 5,
|
||||||
bottom: isWeb ? 8 : 5,
|
bottom: isWeb ? 8 : 5,
|
||||||
},
|
},
|
||||||
alt: {
|
alt: {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
fontSize: 10,
|
fontSize: 6,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -178,12 +178,12 @@ const styles = StyleSheet.create({
|
||||||
paddingHorizontal: 6,
|
paddingHorizontal: 6,
|
||||||
paddingVertical: 3,
|
paddingVertical: 3,
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: 6,
|
right: 6,
|
||||||
bottom: 6,
|
bottom: 6,
|
||||||
},
|
},
|
||||||
alt: {
|
alt: {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
fontSize: 10,
|
fontSize: 6,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
},
|
},
|
||||||
customFeedOuter: {
|
customFeedOuter: {
|
||||||
|
|
Loading…
Reference in New Issue