Skip to content

Commit

Permalink
fix: set font-weight to 700 according to spec (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Mar 10, 2020
1 parent d8bcb58 commit e48e080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Item/styles/ItemHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.itemTitle {
font-weight: 500;
font-weight: 700;
color: var(--colors-grey800);
font-size: 14px;
line-height: 19px;
Expand Down

0 comments on commit e48e080

Please sign in to comment.