Alerting: Minor style fix for home page (#64585)

* Minor fix for home alerting page

* Minor border fix

* Remove outline
This commit is contained in:
Torkel Ödegaard 2023-03-10 12:25:35 +01:00 committed by GitHub
parent af5ee9c66d
commit 3ff380f40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,8 +250,7 @@ const getContentBoxStyles = (theme: GrafanaTheme2) => ({
box: css`
padding: ${theme.spacing(2)};
background-color: ${theme.colors.background.secondary};
border-radius: 3px;
outline: 1px solid ${theme.colors.border.strong};
border-radius: ${theme.shape.borderRadius()};
`,
});