Skip to content

Commit

Permalink
after btn capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jan 5, 2024
1 parent d080b6d commit 7740c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/AnalyticsConsent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const AcceptCookiesButton = styled(Button)(({ theme }) => ({
}))

const DeclineCookiesButton = styled(Button)(({ theme }) => ({
textTransform: 'capitalize',
paddingLeft: theme.spacing(5),
paddingRight: theme.spacing(5),
}))
Expand Down

0 comments on commit 7740c8b

Please sign in to comment.