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
@@ -27,7 +27,7 @@ import { catalogApiRef, CatalogApi } from '@backstage/plugin-catalog-react';
import { useApi } from '@backstage/core-plugin-api';
import { EntityFilterQuery } from '@backstage/catalog-client';
import { makeStyles, Theme, Typography } from '@material-ui/core';
import { makeStyles, Typography } from '@material-ui/core';
/**
* Props customizing the <FeaturedDocsCard/> component.
@@ -47,7 +47,7 @@ export type FeaturedDocsCardProps = {
subLinkText?: string;
};
const useStyles = makeStyles<Theme>(
const useStyles = makeStyles(
theme => ({
docDescription: {
fontSize: theme.typography.body1.fontSize,