Skip to content

Commit

Permalink
[chore] prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswynn committed Nov 19, 2021
1 parent 5aeaf67 commit affc92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const getTracking = (size: any, theme: Theme) => {
};

const Text: React.FC<Props> = styled(polymorph<Props>("p"))<Props>(
props =>
(props) =>
mq({
lineHeight: getLineHeights(props.fontSize, props.theme),
marginBottom: getMarginBottom(props.fontSize, props.theme),
Expand Down

0 comments on commit affc92c

Please sign in to comment.