Skip to content

Commit

Permalink
fix(ui5-select): incorrect value color is now fixed (#2914)
Browse files Browse the repository at this point in the history
Select's label color fixed

FIXES: #2803
  • Loading branch information
plamenivanov91 authored Mar 5, 2021
1 parent 6480f32 commit 0a074c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/Select.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--sapContent_LabelColor);
color: var(--sapField_TextColor);
font-family: "72override", var(--sapFontFamily);
font-size: var(--sapFontSize);
font-weight: normal;
Expand Down

0 comments on commit 0a074c9

Please sign in to comment.