Skip to content

Commit 35ae11a

Browse files
fix(ui5-search-item): correct font size (#12758)
1 parent d4f56cb commit 35ae11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/themes/SearchItem.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
.ui5-search-item-text {
7070
display: inline-block;
71-
font-size: var(--sapFontLargeSize);
71+
font-size: var(--sapFontSize);
7272
font-family: var(--sapFontFamily);
7373
font-weight: normal;
7474
color: var(--sapList_TextColor);

0 commit comments

Comments
 (0)