Skip to content

Commit

Permalink
(PC-33849) refactor(SuggestedPlaces): remove this small margin inacco…
Browse files Browse the repository at this point in the history
…rdance with designer
  • Loading branch information
yleclercq-pass committed Jan 8, 2025
1 parent 72e00a7 commit b07de4a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ const NotLongEnough = ({ show }: { show: boolean }) =>
</StyledBody>
) : null

const ListIconWrapper = styled.View(({ theme }) => ({
marginTop: (theme.typography.body.fontSize * 15) / 100,
const ListIconWrapper = styled.View({
marginRight: getSpacing(0.5),
}))
})

const StyledBody = styled(TypoDS.Body)(({ theme }) => ({
color: theme.colors.greyDark,
Expand Down

0 comments on commit b07de4a

Please sign in to comment.