Update datasource config editor

This commit is contained in:
Alexander Zobnin
2020-06-01 18:05:50 +03:00
parent 875e611400
commit 48767fe479
15 changed files with 730 additions and 487 deletions

View File

@@ -11,10 +11,10 @@ const variablePattern = RegExp(`^${variableRegex.source}`);
const getStyles = (theme: GrafanaTheme) => ({
inputRegex: css`
color: ${theme.colors.orange || (theme as any).palette.orange}
color: ${theme.palette.orange}
`,
inputVariable: css`
color: ${theme.colors.variable || (theme as any).palette.variable}
color: ${theme.colors.textBlue}
`,
});