Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
f: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jun 4, 2021
1 parent 2e5bda6 commit 99dfd2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/NativeAuth/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const MainView = styled(View)({
});

export const FormRoot = styled.ScrollView((props: any) => ({
backgroundColor: '#fff',
flex: 1,
...(props.theme.form ? { ...props.theme.form } : {})
}))
Expand Down Expand Up @@ -40,7 +39,6 @@ export const Form = (props: any) => <FormRoot
export const Container = styled.KeyboardAvoidingView((props: any) => ({
flex: 1,
backgroundColor: '#fff',
justifyContent: 'center',
...(props.theme.container ? { ...props.theme.container } : {})
}))

Expand Down

0 comments on commit 99dfd2a

Please sign in to comment.