Fix team mention badge alignment on iOS (#2427)
This commit is contained in:
parent
ca78514941
commit
b6eb57ae57
1 changed files with 1 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue