fine tuned wallet headder heights

This commit is contained in:
noumantahir 2022-01-21 23:53:35 +05:00
parent e2ccf17526
commit a9c91d3e88
3 changed files with 4 additions and 3 deletions

View File

@ -50,6 +50,7 @@ const HorizontalIconList = ({ options, optionsKeys }) => {
keyExtractor={(item) => get(item, 'type', Math.random()).toString()}
horizontal
renderItem={_renderItem}
showsHorizontalScrollIndicator={false}
/>
</View>
);

View File

@ -34,7 +34,7 @@ export default EStyleSheet.create({
color: '$primaryDarkText',
},
mainButton: {
marginVertical: 8,
marginTop: 16,
alignSelf: 'center',
paddingHorizontal: 24,
},

View File

@ -6,7 +6,7 @@ import { SafeAreaView, View, RefreshControl, Text } from 'react-native';
// Containers
import { FlatList } from 'react-native-gesture-handler';
import { useIntl } from 'react-intl';
import { LoggedInContainer, ThemeContainer } from '../../../containers';
import { LoggedInContainer } from '../../../containers';
// Components
import {
@ -28,7 +28,7 @@ import styles from './walletScreenStyles';
import POINTS, { POINTS_KEYS } from '../../../constants/options/points';
import { useAppSelector } from '../../../hooks';
const HEADER_EXPANDED_HEIGHT = 260;
const HEADER_EXPANDED_HEIGHT = 312;
const WalletScreen = () => {
const intl = useIntl();