Skip to content

Commit 5543d30

Browse files
authored
fix: fix list footer font family (#494)
1 parent da60be0 commit 5543d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/List.css

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ ui5-list:not([hidden]) {
6868
box-sizing: border-box;
6969
-webkit-text-size-adjust: none; /* To improve readability Mobile Safari automatically increases the size of small text so let's disable this */
7070
font-size: var(--sapMFontMediumSize);
71+
font-family: var(--sapUiFontFamily,var(--sapFontFamily,"72","72full",Arial,Helvetica,sans-serif));
7172
line-height: 2rem;
7273
background-color: var(--sapUiListFooterBackground);
7374
color: var(--sapUiListFooterTextColor);

0 commit comments

Comments
 (0)