mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
changed style for andorid tags
This commit is contained in:
parent
3bd23bb1fa
commit
d9a0649dd6
@ -1,4 +1,5 @@
|
||||
import EStyleSheet from 'react-native-extended-stylesheet';
|
||||
import { Platform } from 'react-native';
|
||||
|
||||
export default EStyleSheet.create({
|
||||
text: {
|
||||
@ -13,7 +14,7 @@ export default EStyleSheet.create({
|
||||
backgroundColor: '$tagColor',
|
||||
},
|
||||
textWrapper: {
|
||||
paddingHorizontal: 10,
|
||||
paddingHorizontal: Platform.OS === 'android' ? 20 : 10,
|
||||
justifyContent: 'center',
|
||||
marginRight: 8,
|
||||
height: 22,
|
||||
|
Loading…
Reference in New Issue
Block a user