Skip to content

Commit

Permalink
#26 use color from colors file
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed Apr 6, 2021
1 parent 46943ac commit f7818f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const NavLink = styled.div`
font-weight: bold;
padding-left: 100px;
text-decoration: none;
color: #000000;
color: ${colors.black900};
`

export const MobileIcon = styled.div`
Expand Down

0 comments on commit f7818f1

Please sign in to comment.