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: