minor updates in ui

This commit is contained in:
ammarahm-ed
2020-12-09 13:11:21 +05:00
parent 179ea43b5f
commit c8f0c44edd
10 changed files with 228587 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import {useTracked} from '../../provider';
import {Actions} from '../../provider/Actions';
import {eSendEvent, ToastEvent} from '../../services/EventManager';
import {SUBSCRIPTION_STATUS_STRINGS} from '../../utils';
import {getElevation, SUBSCRIPTION_STATUS_STRINGS} from '../../utils';
import {db} from '../../utils/DB';
import {eOpenLoginDialog} from '../../utils/Events';
import {pv, SIZE} from '../../utils/SizeUtils';
@@ -23,6 +23,7 @@ export const UserSection = ({noTextMode}) => {
borderRadius: 5,
alignSelf: 'center',
backgroundColor: colors.shade,
marginTop:10,
}}>
<View
style={{