mirror of
https://github.com/grafana/grafana.git
synced 2025-01-21 05:53:42 -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;
|
||||
line-height: 38px;
|
||||
width: 100%;
|
||||
|
||||
&::placeholder {
|
||||
color: ${theme.colors.textWeak};
|
||||
}
|
||||
`,
|
||||
spacer: css`
|
||||
flex-grow: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user