diff --git a/src/components/typography/ButtonText.tsx b/src/components/typography/ButtonText.tsx index bf8698f..d845b1e 100644 --- a/src/components/typography/ButtonText.tsx +++ b/src/components/typography/ButtonText.tsx @@ -5,9 +5,9 @@ export interface IButtonTextProps { } export const ButtonText = styled.a` - /* Link/Tiny */ font-family: Red Hat Text; font-style: normal; + text-transform: uppercase; font-weight: 700; ${props => { switch (props.size) {