Skip to content

Commit

Permalink
fix: show button label uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Jun 30, 2022
1 parent 7e1979c commit 766fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/typography/ButtonText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export interface IButtonTextProps {
}

export const ButtonText = styled.a<IButtonTextProps>`
/* Link/Tiny */
font-family: Red Hat Text;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
${props => {
switch (props.size) {
Expand Down

0 comments on commit 766fee0

Please sign in to comment.