File tree Expand file tree Collapse file tree
feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/book Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ internal fun BookDetailContent(
213213 state.eventSink(BookDetailUiEvent .OnRecordSortButtonClick )
214214 },
215215 )
216- Spacer (modifier = Modifier .height(ReedTheme .spacing.spacing1 ))
216+ Spacer (modifier = Modifier .height(ReedTheme .spacing.spacing4 ))
217217 }
218218 }
219219
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ internal fun BookItem(
3232 modifier = modifier
3333 .fillMaxWidth()
3434 .padding(horizontal = ReedTheme .spacing.spacing5),
35+ verticalAlignment = Alignment .CenterVertically ,
3536 ) {
3637 NetworkImage (
3738 imageUrl = bookDetail.coverImageUrl,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ internal fun RecordItem(
4848 ),
4949 ) {
5050 Text (
51- text = " { $quote } " ,
51+ text = " \" $quote \" " ,
5252 color = ReedTheme .colors.contentSecondary,
5353 overflow = TextOverflow .Ellipsis ,
5454 maxLines = 4 ,
You can’t perform that action at this time.
0 commit comments