Accessibility: Increase contrast of MonacoQueryField placeholder (#78176)

increase contrast of promqueryfield placeholder
This commit is contained in:
Ashley Harrison
2023-11-15 11:11:42 +00:00
committed by GitHub
parent c0a866d7c7
commit 4ebfce8b9a
@@ -88,7 +88,7 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
::after { ::after {
content: '${placeholder}'; content: '${placeholder}';
font-family: ${theme.typography.fontFamilyMonospace}; font-family: ${theme.typography.fontFamilyMonospace};
opacity: 0.3; opacity: 0.6;
} }
`, `,
}; };