Skip to content

Commit

Permalink
android: fix search input spacing
Browse files Browse the repository at this point in the history
Updates tailscale/corp#18973

Signed-off-by: kari-ts <[email protected]>
  • Loading branch information
kari-ts committed Jan 23, 2025
1 parent 0f6059d commit b21bab3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ fun Search(
Box(
modifier =
Modifier.fillMaxWidth()
.padding(start = 16.dp, end = 16.dp)
.height(56.dp)
.clip(RoundedCornerShape(28.dp))
.background(MaterialTheme.colorScheme.surface)
Expand Down

0 comments on commit b21bab3

Please sign in to comment.