From 78e7796c027d60a46e0448708a95b83aa4f65247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Longoni?= Date: Mon, 8 Feb 2021 12:10:29 -0300 Subject: [PATCH] add letter-spacing to Tab texts --- src/navigation/Tab/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/navigation/Tab/index.tsx b/src/navigation/Tab/index.tsx index f38b2595..aecedd9c 100644 --- a/src/navigation/Tab/index.tsx +++ b/src/navigation/Tab/index.tsx @@ -75,6 +75,7 @@ const CustomTab = ({ variantStyle, ...rest }: CustomTabProps) => { const CustomTabMui = withStyles({ root: { fontFamily: theme.fonts.fontFamily, + letterSpacing: '1px', backgroundColor: variantStyle === 'contained' ? theme.colors.white : 'inherit', border: