diff --git a/src/components/CommonKit/Button/StyledClearGreyButton.tsx b/src/components/CommonKit/Button/StyledClearGreyButton.tsx index 687772a66cd9c8538702edf29aecb78927bd6176..a825276ceeb564cccb66ad1e522c151ceb3f9eb9 100644 --- a/src/components/CommonKit/Button/StyledClearGreyButton.tsx +++ b/src/components/CommonKit/Button/StyledClearGreyButton.tsx @@ -13,6 +13,9 @@ const color = window .trim() const theme = createMuiTheme({ + typography: { + useNextVariants: true, + }, shape: { borderRadius: 2, },