Chore: Replace deprecated usage of shape.borderRadius() (#72672)

* properly mark borderRadius() as deprecated, replace borderRadius() with default

* undo a couple of changes

* use radius.pill in FilterPill
This commit is contained in:
Ashley Harrison
2023-08-01 14:46:07 +01:00
committed by GitHub
parent 522f298b27
commit e0587dfb30
106 changed files with 125 additions and 122 deletions

View File

@@ -49,7 +49,7 @@ function getStyles(theme: GrafanaTheme2) {
wrapper: css({
label: 'header',
padding: theme.spacing(0.5, 0.5),
borderRadius: theme.shape.borderRadius(1),
borderRadius: theme.shape.radius.default,
background: theme.colors.background.secondary,
minHeight: theme.spacing(4),