Skip to content

Commit

Permalink
fix(ui5-badge): correct text font (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Jun 11, 2019
1 parent 88c794a commit 3da0dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/themes/Badge.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
border-radius: 1.125rem;
box-sizing: border-box;
font-size: var(--sapMFontSmallSize);
font-family: var(--sapUiFontFamily);
text-align: center;
}

Expand Down Expand Up @@ -118,6 +119,7 @@ ui5-badge:not([hidden]) {
border-radius: 1.125rem;
box-sizing: border-box;
font-size: var(--sapMFontSmallSize);
font-family: var(--sapUiFontFamily);
text-align: center;
}

Expand Down

0 comments on commit 3da0dd5

Please sign in to comment.