Use theme.spacing
This commit is contained in:
@@ -46,6 +46,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
`,
|
||||
fill: css`
|
||||
flex-grow: 1;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: ${theme.spacing(0.5)};
|
||||
`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user