Add weight to SearchResultScreen title

This commit is contained in:
vfsfitvnm 2022-06-05 14:50:04 +02:00
parent ee95f25d06
commit 116e8889ac

View file

@ -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(