Search: Minor tweak to placeholder color

This commit is contained in:
Torkel Ödegaard 2020-04-26 10:31:44 +02:00
parent 737f629145
commit c797ae2527

View File

@ -30,6 +30,10 @@ const getSearchFieldStyles = (theme: GrafanaTheme) => ({
font-size: 20px;
line-height: 38px;
width: 100%;
&::placeholder {
color: ${theme.colors.textWeak};
}
`,
spacer: css`
flex-grow: 1;