IMPROVEMENT: partial migration @mui/styles to tss-react (#1338)

This commit is contained in:
Caldwell
2024-06-03 18:27:13 +02:00
committed by GitHub
parent e622b9b904
commit cb92643c7e
44 changed files with 545 additions and 604 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ interface IProps {
}
export function StatsElement(props: IProps): React.ReactElement {
const classes = useStyles();
const { classes } = useStyles();
return (
<Table sx={{ display: "table", mb: 1, width: "100%" }}>
@@ -109,7 +109,7 @@ export function StatsElement(props: IProps): React.ReactElement {
}
export function EarningsElement(props: IProps): React.ReactElement {
const classes = useStyles();
const { classes } = useStyles();
let data: (string | JSX.Element)[][] = [];
if (isSleeveCrimeWork(props.sleeve.currentWork)) {