Skip to content

Commit

Permalink
chore: move vipps login button to top (#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosvik authored Aug 21, 2024
1 parent 70b7aee commit c7527a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stacks-hierarchy/Root_LoginOptionsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ export const Root_LoginOptionsScreen = ({
</ThemeText>

<View style={styles.buttonContainer}>
<VippsLoginButton
onPress={authenticateUserByVipps}
disabled={isLoading}
/>
<Button
interactiveColor="interactive_0"
mode="primary"
Expand All @@ -198,10 +202,6 @@ export const Root_LoginOptionsScreen = ({
rightIcon={{svg: ArrowRight}}
testID="chooseLoginPhoneButton"
/>
<VippsLoginButton
onPress={authenticateUserByVipps}
disabled={isLoading}
/>
<Button
mode="secondary"
backgroundColor={themeColor}
Expand Down

0 comments on commit c7527a1

Please sign in to comment.