Skip to content

Commit 706f22a

Browse files
committed
[BOOK-195] fix: QuoteStep에서 다음 버튼 가려지는 문제 수정
1 parent c1bbe5a commit 706f22a

File tree

1 file changed

+0
-2
lines changed
  • feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step

1 file changed

+0
-2
lines changed

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step/QuoteStep.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import androidx.compose.foundation.background
44
import androidx.compose.foundation.layout.Arrangement
55
import androidx.compose.foundation.layout.Row
66
import androidx.compose.foundation.layout.Spacer
7-
import androidx.compose.foundation.layout.fillMaxSize
87
import androidx.compose.foundation.layout.fillMaxWidth
98
import androidx.compose.foundation.layout.height
109
import androidx.compose.foundation.layout.imePadding
@@ -45,7 +44,6 @@ internal fun QuoteStep(
4544

4645
LazyColumn(
4746
modifier = modifier
48-
.fillMaxSize()
4947
.background(White)
5048
.imePadding()
5149
.padding(horizontal = ReedTheme.spacing.spacing5),

0 commit comments

Comments
 (0)