mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
Fix styles that has issues in IOS
This commit is contained in:
committed by
Paolo Miguel de Leon
parent
c4ada44043
commit
83e3314e46
@@ -65,6 +65,7 @@ export const Button: React.FC<ButtonProps> = (props) => {
|
||||
{props.title}
|
||||
</Text>
|
||||
}
|
||||
style={buttonStyle}
|
||||
icon={props.icon}
|
||||
onPress={handleOnPress}
|
||||
loading={props.loading}
|
||||
|
||||
@@ -24,7 +24,7 @@ export const AuthScreen: React.FC<RootRouteProps> = (props) => {
|
||||
<Centered fill>
|
||||
<Icon name="fingerprint" size={180} color={Colors.Orange} />
|
||||
</Centered>
|
||||
<Column>
|
||||
<Column style={{ marginBottom: 32 }}>
|
||||
<Button
|
||||
title={t('useBiometrics')}
|
||||
margin="0 0 8 0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { Icon, Input } from 'react-native-elements';
|
||||
import { Picker } from '@react-native-picker/picker';
|
||||
import { Button, Column, Row, Text } from '../../../components/ui';
|
||||
import { Button, Centered, Column, Row, Text } from '../../../components/ui';
|
||||
import { Modal } from '../../../components/ui/Modal';
|
||||
import { Colors } from '../../../components/ui/styleUtils';
|
||||
import { IdInputModalProps, useIdInputModal } from './IdInputModalController';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Logo } from '../components/Logo';
|
||||
import { Button, Centered, Column, Text } from '../components/ui';
|
||||
import { Button, Centered, Column, Row, Text } from '../components/ui';
|
||||
import { Colors } from '../components/ui/styleUtils';
|
||||
import { RootRouteProps } from '../routes';
|
||||
import { useWelcomeScreen } from './WelcomeScreenController';
|
||||
|
||||
Reference in New Issue
Block a user