Chore: Use theme.shape.radius.circle everywhere (#70896)

* use theme.shape.radius.circle everywhere

* add useTheme2 import
This commit is contained in:
Ashley Harrison
2023-06-29 13:56:05 +01:00
committed by GitHub
parent 890316c105
commit 9ee2cc742a
17 changed files with 19 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ const getStyles = (theme: GrafanaTheme2) => {
const common: CSSObject = {
width: 8,
height: 8,
borderRadius: '50%',
borderRadius: theme.shape.radius.circle,
marginLeft: theme.spacing(1),
position: 'relative',
top: '-1px',