Skip to content

Commit

Permalink
Set search bar width to .85f
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jan 3, 2024
1 parent d0e67f5 commit 70f37b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fun HomeScreen(
modifier = Modifier.background(
MaterialTheme.colorScheme.surface
).also {
if (activeState) it.fillMaxWidth() else it.fillMaxWidth(.8f)
if (activeState) it.fillMaxWidth() else it.fillMaxWidth(.85f)
},
query = searchQuery,
onQueryChange = { searchQuery = it },
Expand Down

0 comments on commit 70f37b1

Please sign in to comment.