Skip to content

Commit

Permalink
- Fixed searchbar padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
askNilesh committed Oct 5, 2023
1 parent ca570e9 commit dd350d9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ scrollBehavior = TopAppBarScrollBehavior.ScrollOnAppBarScroll, // Optional: Spec
) {
if (showSearchBar) {
TUISearchBar(
modifier = Modifier,
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 16.dp)
,
query = query,
placeholder = "",
leadingIcon = TarkaIcons.Regular.ChevronLeft24,
Expand Down

0 comments on commit dd350d9

Please sign in to comment.