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

Commit

Permalink
mix margin and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jun 5, 2021
1 parent 1bebf57 commit b47cc69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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#609f0ee12a046fd9573b045ae24e8121fa00e716"
"resolved" "git+ssh://git@github.com/easybase/easybase-react.git#1bebf576c6ee9809105e639b8a80d8b430e6edd5"
"version" "2.1.15"
dependencies:
"easybasejs" "4.2.13"
Expand Down
2 changes: 1 addition & 1 deletion src/ui/NativeAuth/NativeAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ({ customStyles, children, dictionary, signUpFields }: I
<ThemeProvider theme={typeof customStyles === "object" ? customStyles : {}}>
<Toast toastMessage={toastMessage} toastOpen={toastOpen} setToastOpen={setToastOpen} />
<StatusBar barStyle="dark-content" />
<Container behavior="height" enabled>
<Container behavior="padding" enabled>
{getCurrentPage()}
</Container>
</ThemeProvider>
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,7 @@ export const Form = (props: any) => <ScrollRoot
contentContainerStyle={{
flexGrow: 1,
paddingTop: '24%',
paddingBottom: '10%',
marginBottom: '10%',
paddingRight: 33,
paddingLeft: 33
}}
Expand Down

0 comments on commit b47cc69

Please sign in to comment.