mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: Minor tweak to placeholder color
This commit is contained in:
parent
737f629145
commit
c797ae2527
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user