Skip to content

Commit

Permalink
fix(DetailsMeta): moved Contributor content to dedicated atom
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Feb 1, 2019
1 parent ead5282 commit 1b114af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 3 additions & 2 deletions src/components/atoms/Contributor.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import styled from 'styled-components';

export default styled.div`
font-size: 13px;
font-size: 14px;
line-height: 1.45;
color: ${props => props.theme.secondaryColor}
font-weight: bold;
color: ${props => props.theme.primaryColor};
`;
6 changes: 0 additions & 6 deletions src/components/atoms/Notice/DetailsMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ export default styled.div`
margin-right: 6px;
}
& [class^="Contributor"] {
font-size: 14px;
font-weight: bold;
color: ${props => props.theme.primaryColor}
}
& [class^="TypeBackground"] {
width: 23px;
height: 23px;
Expand Down

0 comments on commit 1b114af

Please sign in to comment.