From 22fe503eff820e0b44fa248a5591a88d29e72f08 Mon Sep 17 00:00:00 2001
From: Romain CREY <ext.sopra.rcrey@grandlyon.com>
Date: Mon, 8 Jun 2020 11:54:04 +0200
Subject: [PATCH] fix material error

---
 src/components/CommonKit/Button/StyledClearGreyButton.tsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/components/CommonKit/Button/StyledClearGreyButton.tsx b/src/components/CommonKit/Button/StyledClearGreyButton.tsx
index 687772a66..a825276ce 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,
   },
-- 
GitLab