diff --git a/src/components/typography/ButtonText.tsx b/src/components/typography/ButtonText.tsx index 2a1c64f..9be2cdf 100644 --- a/src/components/typography/ButtonText.tsx +++ b/src/components/typography/ButtonText.tsx @@ -5,11 +5,9 @@ export interface IButtonTextProps { } export const ButtonText = styled.span` - font-family: - Red Hat Text, - sans-serif; + font-family: Red Hat Text, sans-serif; font-style: normal; - text-transform: uppercase; + text-transform: capitalize; font-weight: 700; color: ${props => (props.color ? props.color : 'inherit')}; ${props => {