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

@@ -50,7 +50,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
height: 2rem;
background-image: none;
background-color: ${actionBlue};
border: 1px solid ${theme.colors.gray1 || (theme as any).palette.gray1};
border: 1px solid ${theme.palette.gray1};
border-radius: 1px;
color: ${theme.colors.text};