fix spacing between continue and report problem
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
This commit is contained in:
parent
ab4b3c2b01
commit
e23e9d2e57
1 changed files with 1 additions and 2 deletions
|
|
@ -190,11 +190,10 @@ private fun OnBoardingButtons(
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Spacer(modifier = Modifier.height(16.dp))
|
|
||||||
// Add a report problem text button. Use a Text since we need a special theme here.
|
// Add a report problem text button. Use a Text since we need a special theme here.
|
||||||
Text(
|
Text(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(8.dp)
|
.padding(16.dp)
|
||||||
.clickable(onClick = onReportProblem),
|
.clickable(onClick = onReportProblem),
|
||||||
text = stringResource(id = CommonStrings.common_report_a_problem),
|
text = stringResource(id = CommonStrings.common_report_a_problem),
|
||||||
style = ElementTheme.typography.fontBodySmRegular,
|
style = ElementTheme.typography.fontBodySmRegular,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue