Add weight to SearchResultScreen title
This commit is contained in:
parent
ee95f25d06
commit
116e8889ac
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,7 @@ fun SearchResultScreen(
|
|||
|
||||
BasicText(
|
||||
text = query,
|
||||
style = typography.m.semiBold,
|
||||
style = typography.m.semiBold.center,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
modifier = Modifier
|
||||
|
@ -143,6 +143,7 @@ fun SearchResultScreen(
|
|||
indication = null,
|
||||
onClick = onSearchAgain
|
||||
)
|
||||
.weight(1f)
|
||||
)
|
||||
|
||||
Spacer(
|
||||
|
|
Loading…
Reference in a new issue