Commit c797ae25 by Torkel Ödegaard

Search: Minor tweak to placeholder color

parent 737f6291
...@@ -30,6 +30,10 @@ const getSearchFieldStyles = (theme: GrafanaTheme) => ({ ...@@ -30,6 +30,10 @@ const getSearchFieldStyles = (theme: GrafanaTheme) => ({
font-size: 20px; font-size: 20px;
line-height: 38px; line-height: 38px;
width: 100%; width: 100%;
&::placeholder {
color: ${theme.colors.textWeak};
}
`, `,
spacer: css` spacer: css`
flex-grow: 1; flex-grow: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment