Merge pull request #4551 from bobalong79/patch-1

Fix sonar plugin
This commit is contained in:
Ben Lambert
2021-02-17 10:12:08 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-sonarqube': patch
---
Fix bug retrieving current theme
@@ -16,7 +16,7 @@
import { BackstageTheme } from '@backstage/theme';
import { makeStyles } from '@material-ui/core/styles';
import { useTheme } from '@material-ui/styles';
import { useTheme } from '@material-ui/core';
import { Circle } from 'rc-progress';
import React from 'react';