CEC-3577 Style tweak (#284)

This commit is contained in:
John Wu
2023-02-17 17:32:38 -08:00
committed by GitHub
parent 749f1672da
commit 24ac0898af
3 changed files with 43 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ const MainForm = () => {
return (
<div className={clsx(classes.paper, classes.tableSize)}>
<Typography variant="h6" className={classes.labelInline}>
<Typography variant="h6">
T.Rex Logs
</Typography>
<TRexLogsTable vin={vin} token={token} classes={classes} />