mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user