Skip to content

Commit

Permalink
fix: typo in name of override (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewis84 committed May 2, 2022
1 parent 51a263a commit 9c5d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollos-ui-authentication/src/styles.js
Expand Up @@ -62,7 +62,7 @@ const ButtonLinkText = styled(
color: theme.colors.primary,
fontWeight: 'normal',
}),
'ui-auth.styles.LegalText'
'ui-auth.styles.ButtonLinkText'
)(H6);

const SkipButton = styled(
Expand Down

0 comments on commit 9c5d311

Please sign in to comment.