Skip to content

Commit

Permalink
fix: add missing colon in styled-components rule (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Dec 23, 2023
1 parent b73d91e commit ec947b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compare/output/index_bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compare/src/components/atoms/TextDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Label = styled.span`
`;

const Value = styled.span`
font-family ${fonts.latoBold};
font-family: ${fonts.latoBold};
color: ${colors.primaryText};
font-size: 14px;
padding-right: 20px;
Expand Down

0 comments on commit ec947b6

Please sign in to comment.