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

Commit

Permalink
cleaned up marginBottom
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jun 5, 2021
1 parent b47cc69 commit 6579a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@
"version" "0.1.2"

"easybase-react@github:easybase/easybase-react#dev":
"resolved" "git+ssh://git@github.com/easybase/easybase-react.git#1bebf576c6ee9809105e639b8a80d8b430e6edd5"
"resolved" "git+ssh://git@github.com/easybase/easybase-react.git#b47cc6923ce3745c9b1fbb392bc140e66b503105"
"version" "2.1.15"
dependencies:
"easybasejs" "4.2.13"
Expand Down
2 changes: 1 addition & 1 deletion src/ui/NativeAuth/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const Form = (props: any) => <ScrollRoot
contentContainerStyle={{
flexGrow: 1,
paddingTop: '24%',
marginBottom: '10%',
paddingRight: 33,
paddingLeft: 33
}}
Expand Down Expand Up @@ -108,6 +107,7 @@ const SecondaryButtonText = styled.Text((props: any) => ({
fontSize: 20,
color: '#534eff',
textAlign: "center",
marginBottom: '10%',
...(props.theme.secondaryButton ? { ...props.theme.secondaryButton } : {})
}))

Expand Down

0 comments on commit 6579a19

Please sign in to comment.