Skip to content

Commit

Permalink
fix(Search): correct highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman committed Apr 20, 2018
1 parent 6f31199 commit ff589ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ const styles = theme => ({
textOverflow: "ellipsis"
},
itemName: {
fontWeight: "bold",
fontWeight: 500,
"& > em": {
fontWeight: "normal",
fontWeight: "bold",
fontStyle: "normal"
}
},
Expand Down

0 comments on commit ff589ed

Please sign in to comment.