Skip to content

Commit f2b91a9

Browse files
committedMay 16, 2024
fix(ui5-illustrated-mesasge): update subtitle color (#8986)
The specs have been updated and now the subtitle color should use --sapTextColor variable, instead of --sapContent_LabelColor. Fixes: #8984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/fiori/src/themes/IllustratedMessage.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
font-size: var(--sapFontLargeSize);
6060
font-family: var(--sapFontFamily);
6161
line-height: 1.4;
62-
color: var(--sapContent_LabelColor);
62+
color: var(--sapTextColor);
6363
margin-bottom: 0.5rem;
6464
max-width: 61.9375rem;
6565
}

0 commit comments

Comments
 (0)
Please sign in to comment.