Skip to content

Commit

Permalink
Fix stale reference to destructured STRINGS import
Browse files Browse the repository at this point in the history
  • Loading branch information
leonm1 committed Jun 9, 2021
1 parent 4e28703 commit 48869f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/routes/manage/ResumeLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Value = styled('td')`
font-size: 1.1em;
font-family: 'Roboto', sans-serif;
font-weight: 100;
color: ${STRINGS.DARK_TEXT_COLOR};
color: ${DARK_TEXT_COLOR};
flex: 3 1 0px;
@media screen and (min-width: 457px) {
Expand Down

0 comments on commit 48869f0

Please sign in to comment.