Skip to content

Commit 75825b5

Browse files
committed
Remove unused semicolons
1 parent baa4444 commit 75825b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/Text.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ export const Text = styled.span`
99
display: inline-flex;
1010
align-items: baseline;
1111
color: ${themeGet('colors.foregroundPrimary')};
12-
${themeGet('textStyles.c.16')};
12+
${themeGet('textStyles.c.16')}
1313
14-
${textStyle};
15-
${common};
16-
${layout};
17-
${typography};
18-
${border};
14+
${textStyle}
15+
${common}
16+
${layout}
17+
${typography}
18+
${border}
1919
`;
2020

2121
Text.defaultProps = { theme };

0 commit comments

Comments
 (0)