Skip to content

Commit

Permalink
fix paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Balcan committed Dec 19, 2024
1 parent 6aa7b45 commit eb2bcf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,10 @@ private fun SearchInAreaButton(
paddingValues = PaddingValues(
Spacing.Spacing24,
Spacing.Spacing10,
Spacing.Spacing24 - Spacing.Spacing8,
if (searching) Spacing.Spacing24 - Spacing.Spacing8 else Spacing.Spacing24,
Spacing.Spacing10,
),
onClick = onClick,
onClick = { if (searching.not()) onClick() },
)
}

Expand Down

0 comments on commit eb2bcf8

Please sign in to comment.