Use theme.spacing

This commit is contained in:
Piotr Jamróz
2021-08-16 16:17:33 +02:00
parent 53901b0a07
commit c47dbde392
@@ -46,6 +46,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
`,
fill: css`
flex-grow: 1;
margin-bottom: 4px;
margin-bottom: ${theme.spacing(0.5)};
`,
});