mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-01 17:56:48 +03:00
fine tuned wallet headder heights
This commit is contained in:
parent
e2ccf17526
commit
a9c91d3e88
@ -50,6 +50,7 @@ const HorizontalIconList = ({ options, optionsKeys }) => {
|
||||
keyExtractor={(item) => get(item, 'type', Math.random()).toString()}
|
||||
horizontal
|
||||
renderItem={_renderItem}
|
||||
showsHorizontalScrollIndicator={false}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
@ -34,7 +34,7 @@ export default EStyleSheet.create({
|
||||
color: '$primaryDarkText',
|
||||
},
|
||||
mainButton: {
|
||||
marginVertical: 8,
|
||||
marginTop: 16,
|
||||
alignSelf: 'center',
|
||||
paddingHorizontal: 24,
|
||||
},
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user