From ab4ed44c745288b06504f0804d06530053bd2d96 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Tue, 1 Jun 2021 20:07:30 +1000 Subject: [PATCH] Fix button margin in Safari --- .../src/components/CalendarField/calendarFieldStyle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/crabfit-frontend/src/components/CalendarField/calendarFieldStyle.ts b/crabfit-frontend/src/components/CalendarField/calendarFieldStyle.ts index e351b19..7aeafaa 100644 --- a/crabfit-frontend/src/components/CalendarField/calendarFieldStyle.ts +++ b/crabfit-frontend/src/components/CalendarField/calendarFieldStyle.ts @@ -70,6 +70,7 @@ export const Date = styled.button` color: inherit; background: none; border: 0; + margin: 0; appearance: none; background-color: ${props => props.theme.primaryBackground};