Skip to content

Commit

Permalink
Code Cleanup 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyassp002 committed Oct 20, 2024
1 parent 820dcd0 commit 6098037
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ fun HomeScreen(
.padding(horizontal = MediumPadding1)
)

Spacer(modifier = Modifier.height(MediumPadding1))

SearchBar(
modifier = Modifier
.padding(horizontal = MediumPadding2)
.fillMaxWidth(),
text = "",
readOnly = true,
onValueChange = {},
onSearch = {},
onClick = navigateToSearch
)

Spacer(modifier = Modifier.height(MediumPadding1))

Expand Down

0 comments on commit 6098037

Please sign in to comment.