diff --git a/lib/components/src/bar/button.tsx b/lib/components/src/bar/button.tsx index e877e42f1f3..a37d7868251 100644 --- a/lib/components/src/bar/button.tsx +++ b/lib/components/src/bar/button.tsx @@ -41,7 +41,6 @@ export const TabButton = styled(ButtonOrLink, { shouldForwardProp: isPropValid } }, ({ theme }) => ({ padding: '0 15px', - textTransform: 'capitalize', transition: 'color 0.2s linear, border-bottom-color 0.2s linear', height: 40, lineHeight: '12px',