Only signin button for now
This commit is contained in:
parent
8e3f600bd1
commit
9ae8282beb
1 changed files with 3 additions and 1 deletions
|
|
@ -77,6 +77,7 @@ fun OnBoardingContent(
|
||||||
.align(CenterHorizontally)
|
.align(CenterHorizontally)
|
||||||
.padding(16.dp),
|
.padding(16.dp),
|
||||||
)
|
)
|
||||||
|
/*
|
||||||
VectorButton(
|
VectorButton(
|
||||||
text = "CREATE ACCOUNT",
|
text = "CREATE ACCOUNT",
|
||||||
onClick = {
|
onClick = {
|
||||||
|
|
@ -87,8 +88,9 @@ fun OnBoardingContent(
|
||||||
.align(CenterHorizontally)
|
.align(CenterHorizontally)
|
||||||
.padding(top = 16.dp)
|
.padding(top = 16.dp)
|
||||||
)
|
)
|
||||||
|
*/
|
||||||
VectorButton(
|
VectorButton(
|
||||||
text = "I ALREADY HAVE AN ACCOUNT",
|
text = "Sign in",
|
||||||
onClick = {
|
onClick = {
|
||||||
onSignIn()
|
onSignIn()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue