Skip to content

Commit

Permalink
Merge pull request #903 from contiamo/fix/context-menu
Browse files Browse the repository at this point in the history
**Fix:** Adjust font weight of ContextMenuItem
  • Loading branch information
Tejas Kumar authored Jan 29, 2019
2 parents 5a9f151 + fe610a8 commit 53ec170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContextMenu/ContextMenu.Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const ContentContainer = styled("div")<Partial<Props>>`
line-height: ${({ theme }) => theme.font.lineHeight};
padding: ${({ theme }) => theme.space.content}px 0;
width: calc(100% - ${({ theme }) => theme.space.content}px);
font-weight: ${({ theme }) => theme.font.weight.medium};
`

const ContextMenuIcon = styled(Icon)<{ iconlocation_: Props["iconLocation"] }>`
Expand Down

0 comments on commit 53ec170

Please sign in to comment.