Skip to content

Commit aba6aab

Browse files
authored
fix(ui5-shellbar): searchfield placeholder color (#5079)
1 parent 0a1247f commit aba6aab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/fiori/src/themes/ShellBar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
width: 100%;
44
}
55

6+
:host {
7+
--_ui5_input_placeholder_color: var(--sapShell_InteractiveTextColor);
8+
}
9+
610
.ui5-shellbar-root {
711
position: relative;
812
display: flex;

0 commit comments

Comments
 (0)