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