We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bbe5a commit 706f22aCopy full SHA for 706f22a
feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step/QuoteStep.kt
@@ -4,7 +4,6 @@ import androidx.compose.foundation.background
4
import androidx.compose.foundation.layout.Arrangement
5
import androidx.compose.foundation.layout.Row
6
import androidx.compose.foundation.layout.Spacer
7
-import androidx.compose.foundation.layout.fillMaxSize
8
import androidx.compose.foundation.layout.fillMaxWidth
9
import androidx.compose.foundation.layout.height
10
import androidx.compose.foundation.layout.imePadding
@@ -45,7 +44,6 @@ internal fun QuoteStep(
45
44
46
LazyColumn(
47
modifier = modifier
48
- .fillMaxSize()
49
.background(White)
50
.imePadding()
51
.padding(horizontal = ReedTheme.spacing.spacing5),
0 commit comments