mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
fixed rtl in community selection modal
This commit is contained in:
parent
73f64b9614
commit
33278f8ef3
@ -13,5 +13,6 @@ export default EStyleSheet.create({
|
|||||||
marginLeft: 16,
|
marginLeft: 16,
|
||||||
marginBottom: 8,
|
marginBottom: 8,
|
||||||
color: '$primaryBlack',
|
color: '$primaryBlack',
|
||||||
|
textAlign: 'left',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import EStyleSheet from 'react-native-extended-stylesheet';
|
import EStyleSheet from 'react-native-extended-stylesheet';
|
||||||
|
import { isRTL } from '../../../utils/I18nUtils';
|
||||||
|
|
||||||
export default EStyleSheet.create({
|
export default EStyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
@ -40,6 +41,7 @@ export default EStyleSheet.create({
|
|||||||
fontSize: 24,
|
fontSize: 24,
|
||||||
color: '$iconColor',
|
color: '$iconColor',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
transform: [{ rotate: isRTL() ? '-180deg' : '0deg' }],
|
||||||
},
|
},
|
||||||
backButtonContainer: {
|
backButtonContainer: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user