Skip to content

Commit

Permalink
feat(INJI-369): add height to skip button in intro sliders
Browse files Browse the repository at this point in the history
Signed-off-by: Pooja Babusingh <[email protected]>
  • Loading branch information
PoojaBabusingh committed Oct 23, 2023
1 parent 47b5580 commit 78cd408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screens/Home/IntroSlidersScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ export const IntroSlidersScreen: React.FC<RootRouteProps> = props => {
type="plain"
title={t('back')}
onPress={controller.BACK}
styles={{height: 150}}
/>
) : (
<Button
testID="skip"
type="plain"
title={t('skip')}
onPress={controller.NEXT}
styles={{height: 150}}
/>
)}
</Column>
Expand Down

0 comments on commit 78cd408

Please sign in to comment.