Skip to content

Commit 0a074c9

Browse files
authoredMar 5, 2021
fix(ui5-select): incorrect value color is now fixed (#2914)
Select's label color fixed FIXES: #2803
1 parent 6480f32 commit 0a074c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/main/src/themes/Select.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
white-space: nowrap;
2222
overflow: hidden;
2323
text-overflow: ellipsis;
24-
color: var(--sapContent_LabelColor);
24+
color: var(--sapField_TextColor);
2525
font-family: "72override", var(--sapFontFamily);
2626
font-size: var(--sapFontSize);
2727
font-weight: normal;

0 commit comments

Comments
 (0)