mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 05:58:01 -05:00
feat(INJI-369): add height to skip button in intro sliders (#964)
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com> Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
This commit is contained in:
@@ -69,6 +69,7 @@ export const IntroSlidersScreen: React.FC<RootRouteProps> = props => {
|
||||
type="plain"
|
||||
title={t('back')}
|
||||
onPress={controller.BACK}
|
||||
styles={{height: 150}}
|
||||
/>
|
||||
) : (
|
||||
<Button
|
||||
@@ -76,6 +77,7 @@ export const IntroSlidersScreen: React.FC<RootRouteProps> = props => {
|
||||
type="plain"
|
||||
title={t('skip')}
|
||||
onPress={controller.NEXT}
|
||||
styles={{height: 150}}
|
||||
/>
|
||||
)}
|
||||
</Column>
|
||||
|
||||
Reference in New Issue
Block a user