Skip to content

Commit

Permalink
fix(button): apply global font family to component
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed May 22, 2020
1 parent c900ea9 commit 5fc5455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
flex-direction: row;
justify-content: center;
align-items: center;
font-family: var(--font-family);
}

.typePrimary:hover {
Expand Down

0 comments on commit 5fc5455

Please sign in to comment.