We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da60be0 commit 5543d30Copy full SHA for 5543d30
packages/main/src/themes/List.css
@@ -68,6 +68,7 @@ ui5-list:not([hidden]) {
68
box-sizing: border-box;
69
-webkit-text-size-adjust: none; /* To improve readability Mobile Safari automatically increases the size of small text so let's disable this */
70
font-size: var(--sapMFontMediumSize);
71
+ font-family: var(--sapUiFontFamily,var(--sapFontFamily,"72","72full",Arial,Helvetica,sans-serif));
72
line-height: 2rem;
73
background-color: var(--sapUiListFooterBackground);
74
color: var(--sapUiListFooterTextColor);
0 commit comments