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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
::after {
content: '${placeholder}';
font-family: ${theme.typography.fontFamilyMonospace};
opacity: 0.3;
opacity: 0.6;
}
`,
};