Skip to content

Commit

Permalink
πŸ’„ - Improved margin for search icon on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
guytepper committed May 10, 2021
1 parent 9ef8caf commit 6b66d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/select-station/search-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const SEARCH_INPUT_WRAPPER: ViewStyle = {
const SEARCH_ICON: ImageStyle = {
width: 18 * fontScale,
height: 18 * fontScale,
marginEnd: spacing[1] + 2,
marginEnd: Platform.select({ ios: spacing[1] + 2, android: spacing[1] }),
tintColor: color.dim,
}

Expand Down

0 comments on commit 6b66d85

Please sign in to comment.