diff --git a/src/app/components/AnalyticsConsent/index.tsx b/src/app/components/AnalyticsConsent/index.tsx index f3a3b79cfd..d8ee6912f6 100644 --- a/src/app/components/AnalyticsConsent/index.tsx +++ b/src/app/components/AnalyticsConsent/index.tsx @@ -18,7 +18,6 @@ const AcceptCookiesButton = styled(Button)(({ theme }) => ({ })) const DeclineCookiesButton = styled(Button)(({ theme }) => ({ - textTransform: 'capitalize', paddingLeft: theme.spacing(5), paddingRight: theme.spacing(5), }))