Add weight to SearchResultScreen title
This commit is contained in:
@@ -134,7 +134,7 @@ fun SearchResultScreen(
|
|||||||
|
|
||||||
BasicText(
|
BasicText(
|
||||||
text = query,
|
text = query,
|
||||||
style = typography.m.semiBold,
|
style = typography.m.semiBold.center,
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
overflow = TextOverflow.Ellipsis,
|
overflow = TextOverflow.Ellipsis,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
@@ -143,6 +143,7 @@ fun SearchResultScreen(
|
|||||||
indication = null,
|
indication = null,
|
||||||
onClick = onSearchAgain
|
onClick = onSearchAgain
|
||||||
)
|
)
|
||||||
|
.weight(1f)
|
||||||
)
|
)
|
||||||
|
|
||||||
Spacer(
|
Spacer(
|
||||||
|
|||||||
Reference in New Issue
Block a user