Skip to content

Commit

Permalink
fix: fix list footer font family (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed May 31, 2019
1 parent da60be0 commit 5543d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/List.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ui5-list:not([hidden]) {
box-sizing: border-box;
-webkit-text-size-adjust: none; /* To improve readability Mobile Safari automatically increases the size of small text so let's disable this */
font-size: var(--sapMFontMediumSize);
font-family: var(--sapUiFontFamily,var(--sapFontFamily,"72","72full",Arial,Helvetica,sans-serif));
line-height: 2rem;
background-color: var(--sapUiListFooterBackground);
color: var(--sapUiListFooterTextColor);
Expand Down

0 comments on commit 5543d30

Please sign in to comment.