remove even more BackstageTheme usages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-11-20 15:52:05 +01:00
parent dd3517df31
commit 1d7c989db2
100 changed files with 206 additions and 253 deletions
@@ -16,11 +16,10 @@
import { Entity } from '@backstage/catalog-model';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { BackstageTheme } from '@backstage/theme';
import { Grid, GridProps, makeStyles } from '@material-ui/core';
import { Grid, GridProps, Theme, makeStyles } from '@material-ui/core';
import React from 'react';
const useStyles = makeStyles<BackstageTheme, { entity: Entity }>(theme => ({
const useStyles = makeStyles<Theme, { entity: Entity }>(theme => ({
root: ({ entity }) => ({
position: 'relative',