Skip to content

Commit 3da0dd5

Browse files
authoredJun 11, 2019
fix(ui5-badge): correct text font (#535)
1 parent 88c794a commit 3da0dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/main/src/themes/Badge.css

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
border-radius: 1.125rem;
1111
box-sizing: border-box;
1212
font-size: var(--sapMFontSmallSize);
13+
font-family: var(--sapUiFontFamily);
1314
text-align: center;
1415
}
1516

@@ -118,6 +119,7 @@ ui5-badge:not([hidden]) {
118119
border-radius: 1.125rem;
119120
box-sizing: border-box;
120121
font-size: var(--sapMFontSmallSize);
122+
font-family: var(--sapUiFontFamily);
121123
text-align: center;
122124
}
123125

0 commit comments

Comments
 (0)
Please sign in to comment.