Fix team mention badge alignment on iOS (#2427)

This commit is contained in:
Elias Nahum 2018-12-07 12:22:41 -03:00 committed by GitHub
parent ca78514941
commit b6eb57ae57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import {
Platform,
Text,
TouchableHighlight,
View,
@ -151,14 +150,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
padding: 3,
position: 'absolute',
left: 45,
...Platform.select({
ios: {
top: -7.5,
},
android: {
top: -2,
},
}),
top: -2,
},
mention: {
color: theme.mentionColor,