mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Minor style fix for home page (#64585)
* Minor fix for home alerting page * Minor border fix * Remove outline
This commit is contained in:
parent
af5ee9c66d
commit
3ff380f40f
@ -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()};
|
||||
`,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user