Theme: Renames theme.palette to theme.colors (#33214)

* Theme: Rename theme.palette to theme.colors

* renaming files
This commit is contained in:
Torkel Ödegaard
2021-04-21 15:34:08 +02:00
committed by GitHub
parent c37a3bebb7
commit b929822d72
64 changed files with 391 additions and 400 deletions
@@ -59,7 +59,7 @@ const getStyles = stylesFactory((theme: GrafanaThemeV2) => {
margin: ${theme.spacing(1, 0, 2)};
`,
backdrop: css`
background-color: ${theme.palette.background.canvas};
background-color: ${theme.colors.background.canvas};
opacity: 0.8;
`,
};