We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc71050 commit f7c90d5Copy full SHA for f7c90d5
2 files changed
feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step/EmotionStep.kt
@@ -50,7 +50,8 @@ fun EmotionStep(
50
LazyColumn(
51
modifier = Modifier
52
.fillMaxSize()
53
- .padding(horizontal = ReedTheme.spacing.spacing5),
+ .padding(horizontal = ReedTheme.spacing.spacing5)
54
+ .padding(bottom = 80.dp),
55
) {
56
item {
57
Text(
feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step/QuoteStep.kt
@@ -60,6 +60,7 @@ internal fun QuoteStep(
60
61
62
.padding(horizontal = ReedTheme.spacing.spacing5)
63
+ .padding(bottom = 80.dp)
64
.verticalScroll(rememberScrollState()),
65
66
0 commit comments